GENIEGenerator
Loading...
Searching...
No Matches
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 <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 _CHERENKOV_MC_H_
19#define _CHERENKOV_MC_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 Draw (EventRecord * event);
35 private:
36 TRootEmbeddedCanvas * fEmbeddedCanvas;
37 };
38
39 } // masterclass namespace
40} // genie namespace
41
42#endif // _CHERENKOV_MC_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