FastSimScintCalo.h
Go to the documentation of this file.
1 //____________________________________________________________________________
2 /*!
3 
4 \class genie::masterclass::FastSimScintCalo
5 
6 \brief Fast simulation of the response of a scintillator calorimeter.
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 _SCINT_CALO_SIM_H_
19 #define _SCINT_CALO_SIM_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 SetNumOfScintLayers()
35  // void SetNumOfScintStripsPerLayer()
36  void Draw (EventRecord * event);
37  private:
38  TRootEmbeddedCanvas * fEmbeddedCanvas;
39  };
40 
41  } // masterclass namespace
42 } // genie namespace
43 
44 #endif // _SCINT_CALO_SIM_H_
THE MAIN GENIE PROJECT NAMESPACE
Definition: AlgCmp.h:25
Fast simulation of the response of a scintillator calorimeter.
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.