|
| histos (TString compName, std::function< bool(TString &)> selector, int thetaRes=181, int phiRes=361, float thetaStart=-0.5, float thetaEnd=180.5, float phiStart=-180.5, float phiEnd=180.5) |
|
void | Write () |
|
Definition at line 5 of file anaRadLength.C.
histos::histos |
( |
TString |
compName, |
|
|
std::function< bool(TString &)> |
selector, |
|
|
int |
thetaRes = 181 , |
|
|
int |
phiRes = 361 , |
|
|
float |
thetaStart = -0.5 , |
|
|
float |
thetaEnd = 180.5 , |
|
|
float |
phiStart = -180.5 , |
|
|
float |
phiEnd = 180.5 |
|
) |
| |
|
inline |
Definition at line 7 of file anaRadLength.C.
References hisRadLen, hisRadLen2D, hisRadLenCount, and TString.
11 TString radLen =
"RadiationLength_";
13 hisRadLen =
new TH1D(radLen.Data(), radLen.Data(), 1000,0,100);
14 hisRadLen->GetXaxis()->SetTitle(
"Radiation Length [%]");
16 TString radLen2D =
"RadiationLength2D_";
18 hisRadLen2D =
new TH2D(radLen2D.Data(), radLen2D.Data(), thetaRes, thetaStart, thetaEnd, phiRes, phiStart, phiEnd);
21 TString radLenCount =
"RadiationLengthCount_";
22 radLenCount+=compName;
23 hisRadLenCount =
new TH2D(radLenCount.Data(), radLenCount.Data(), thetaRes, thetaStart, thetaEnd, phiRes, phiStart, phiEnd);
std::function< bool(TString &)> fSelector
std::vector< double > fRadLengthOnTrack
std::vector<double> histos::fRadLengthOnTrack |
std::function<bool(TString&)> histos::fSelector |
TH2D* histos::hisRadLen2D |
TH2D* histos::hisRadLenCount |
The documentation for this struct was generated from the following file: