6 #ifndef EVD_SIMULATIONDRAWER_H
7 #define EVD_SIMULATIONDRAWER_H
13 namespace art {
class Event; }
36 void MCTruthVectors2D(
const art::Event& evt, evdb::View2D* view,
unsigned int plane);
37 void MCTruth3D(
const art::Event& evt, evdb::View3D* view);
43 void HiLite(
int trkId,
bool hlt =
true);
53 int GetMCTruth(
const art::Event& evt, std::vector<const simb::MCTruth*>& mctruth);
54 int GetParticle(
const art::Event& evt, std::vector<const simb::MCParticle*>& plist);
std::map< int, bool > fHighlite
void MCTruthLongText(const art::Event &evt, evdb::View2D *view)
Define OrthoProj_t enum for selecting orthographic view.
void HiLite(int trkId, bool hlt=true)
int GetMCTruth(const art::Event &evt, std::vector< const simb::MCTruth * > &mctruth)
void MCTruth3D(const art::Event &evt, evdb::View3D *view)
int GetParticle(const art::Event &evt, std::vector< const simb::MCParticle * > &plist)
void MCTruthShortText(const art::Event &evt, evdb::View2D *view)
void MCTruthOrtho(const art::Event &evt, evd::OrthoProj_t proj, double msize, evdb::View2D *view)
void MCTruthVectors2D(const art::Event &evt, evdb::View2D *view, unsigned int plane)