LArSoft  v06_85_00
Liquid Argon Software toolkit - http://larsoft.org/
SimListUtils.h
Go to the documentation of this file.
1 #ifndef SIMLISTUTILS_H
10 #define SIMLISTUTILS_H
11 
12 #include <vector>
13 #include <string>
16 
17 namespace art { class Event; }
18 
19 
20 namespace sim{
21  class SimListUtils {
22  public:
23  SimListUtils();
24  virtual ~SimListUtils();
25 
26  static sim::LArVoxelList GetLArVoxelList (const art::Event& evt, std::string moduleLabel);
27  static sim::SimPhotonsCollection GetSimPhotonsCollection(const art::Event& evt, std::string moduleLabel);
28 
29  }; // class SimListUtils
30 } //namespace sim
31 #endif // SIMLISTUTILS_H
Container of LAr voxel information.
contains objects relating to OpDet hits
Monte Carlo Simulation.
HLT enums.