FastSimCherenkov.h
Go to the documentation of this file.
1 //____________________________________________________________________________
2 /*!
3 
4 \class genie::masterclass::FastSimCherenkov
5 
6 \brief Fast simulation of the response of a Cherenkov detector
7 
8 \author Costas Andreopoulos <constantinos.andreopoulos \at cern.ch>
9  University of Liverpool & STFC Rutherford Appleton Laboratory
10 
11 \created Sep 22, 2010
12 
13 \cpright Copyright (c) 2003-2020, The GENIE Collaboration
14  For the full text of the license visit http://copyright.genie-mc.org
15 */
16 //____________________________________________________________________________
17 
18 #ifndef _CHERENKOV_MC_H_
19 #define _CHERENKOV_MC_H_
20 
21 #include <TRootEmbeddedCanvas.h>
22 
23 namespace genie {
24 
25  class EventRecord;
26 
27  namespace masterclass {
28 
30  public:
33  void SetEmbeddedCanvas (TRootEmbeddedCanvas * ec);
34  void Draw (EventRecord * event);
35  private:
36  TRootEmbeddedCanvas * fEmbeddedCanvas;
37  };
38 
39  } // masterclass namespace
40 } // genie namespace
41 
42 #endif // _CHERENKOV_MC_H_
THE MAIN GENIE PROJECT NAMESPACE
Definition: AlgCmp.h:25
Fast simulation of the response of a Cherenkov detector.
Generated Event Record. It is a GHepRecord object that can accept / be visited by EventRecordVisitorI...
Definition: EventRecord.h:37
void SetEmbeddedCanvas(TRootEmbeddedCanvas *ec)
Event finding and building.