trk::TrackContainmentAnalyzer::TrackContainmentAnalyzer |
( |
fhicl::ParameterSet const & |
p | ) |
|
|
explicit |
Definition at line 52 of file TrackContainmentAnalyzer_module.cc.
60 art::ServiceHandle<art::TFileService const>
tfs;
std::vector< std::string > fTrackModuleLabels
void setFillOutputTree(bool flag=true)
void SetupOutputTree(TTree *)
void Configure(fhicl::ParameterSet const &)
trk::TrackContainmentAlg fAlg
art::ServiceHandle< art::TFileService > tfs
void trk::TrackContainmentAnalyzer::analyze |
( |
art::Event const & |
e | ) |
|
|
override |
Definition at line 64 of file TrackContainmentAnalyzer_module.cc.
69 std::vector< std::vector<recob::Track> > trackVectors;
71 art::Handle< std::vector<recob::Track> > trackHandle;
73 trackVectors.push_back(*trackHandle);
76 art::ServiceHandle<geo::Geometry const> geoHandle;
std::vector< std::string > fTrackModuleLabels
void ProcessTracks(std::vector< std::vector< recob::Track > > const &, geo::GeometryCore const &)
trk::TrackContainmentAlg fAlg
void SetRunEvent(unsigned int const &, unsigned int const &)
std::vector<std::string> trk::TrackContainmentAnalyzer::fTrackModuleLabels |
|
private |
The documentation for this class was generated from the following file: