15 #include <TRootEmbeddedCanvas.h>
16 #include <TLorentzVector.h>
28 using namespace genie;
29 using namespace genie::masterclass;
32 FastSimScintCalo::FastSimScintCalo()
37 FastSimScintCalo::~FastSimScintCalo()
42 void FastSimScintCalo::SetEmbeddedCanvas(TRootEmbeddedCanvas * ec)
49 LOG(
"MasterClass",
pINFO) <<
"Drawing input event";
51 fEmbeddedCanvas->GetCanvas()->cd();
52 fEmbeddedCanvas->GetCanvas()->Clear();
54 fEmbeddedCanvas->GetCanvas()->Range(0,0,200,100);
55 fEmbeddedCanvas->GetCanvas()->SetFillColor(0);
56 fEmbeddedCanvas->GetCanvas()->SetBorderMode(0);
62 fEmbeddedCanvas->GetCanvas()->Update();
#define LOG(stream, priority)
A macro that returns the requested log4cpp::Category appending a string (using the FILE...
void Draw(const char *plot, const char *title)
Generated Event Record. It is a GHepRecord object that can accept / be visited by EventRecordVisitorI...