17 #ifndef PNDDRCHITANA_H
18 #define PNDDRCHITANA_H
21 #include "TClonesArray.h"
26 #include "FairBaseParSet.h"
39 #ifndef ROOT_TParticlePDG
40 #include "TParticlePDG.h"
42 #ifndef ROOT_TDatabasePDG
43 #include "TDatabasePDG.h"
60 virtual InitStatus
Init();
63 virtual void Exec(Option_t* option);
109 const Int_t NRGBs = 5;
110 const Int_t NCont = 255;
112 Double_t stops[NRGBs] = { 0.00, 0.34, 0.61, 0.84, 1.00 };
113 Double_t red[NRGBs] = { 0.00, 0.00, 0.87, 1.00, 0.51 };
114 Double_t green[NRGBs] = { 0.00, 0.81, 1.00, 0.20, 0.00 };
115 Double_t blue[NRGBs] = { 0.51, 1.00, 0.12, 0.00, 0.00 };
116 TColor::CreateGradientColorTable(NRGBs, stops, red, green, blue, NCont);
117 gStyle->SetNumberContours(NCont);
void SetDefaultParameters()
TClonesArray * fBarPointArray
virtual InitStatus Init()
TClonesArray * fPDHitArray
void RotBarCoordinate(TVector3 &vector, Int_t barID)
std::vector< TH1F * > histos
void SetTreeName(TString str)
PndGeoDrc * fGeo
Basic geometry data of barrel DRC.
Bool_t InsideBar(Double_t, Double_t, Double_t, Double_t, Double_t, Double_t, Double_t, Double_t, Double_t, Double_t)
virtual void Exec(Option_t *option)
TClonesArray * fPDPointArray