GENIEGenerator
Loading...
Searching...
No Matches
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 <c.andreopoulos \at cern.ch>
9 University of Liverpool
10
11\created Sep 22, 2010
12
13\cpright Copyright (c) 2003-2025, 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
23namespace 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_
Generated Event Record. It is a GHepRecord object that can accept / be visited by EventRecordVisitorI...
Definition EventRecord.h:37
void SetEmbeddedCanvas(TRootEmbeddedCanvas *ec)
THE MAIN GENIE PROJECT NAMESPACE
Definition AlgCmp.h:25