![]() |
LArSoft
v07_13_02
Liquid Argon Software toolkit - http://larsoft.org/
|
#include "art/Framework/Principal/Event.h"#include "art/Framework/Principal/Handle.h"#include "art/Framework/Services/Registry/ServiceHandle.h"#include "art/Framework/Services/Optional/TFileService.h"#include "art/Framework/Services/Optional/TFileDirectory.h"#include "messagefacility/MessageLogger/MessageLogger.h"#include "lardata/DetectorInfoServices/DetectorPropertiesService.h"#include "larreco/RecoAlg/DBScanAlg.h"#include "lardataobj/RecoBase/Hit.h"#include "larcorealg/Geometry/PlaneGeo.h"#include "larcorealg/Geometry/WireGeo.h"#include "larcorealg/CoreUtils/NumericUtils.h"#include <cmath>#include <iostream>#include <fstream>#include <cstdlib>#include "TH1.h"Go to the source code of this file.
Classes | |
| class | dbsPoint |
| struct | Visitor |
| struct | AcceptEllipse |
| struct | AcceptFindNeighbors |
Namespaces | |
| cluster | |
| Cluster finding and building. | |
Variables | |
| const unsigned int | cluster::kNO_CLUSTER = UINT_MAX |
| const unsigned int | cluster::kNOISE_CLUSTER = UINT_MAX-1 |