Option to generate decay e+ spectra for muons which do not decay in the sample plane
This commit is contained in:
@ -501,7 +501,9 @@ void NewSpec::TBLRCoinIO( Bool_t FigFlag, Double_t eCut )
|
|||||||
// if (ientry < 0) break;
|
// if (ientry < 0) break;
|
||||||
nb = fChain->GetEntry(jentry); nbytes += nb;
|
nb = fChain->GetEntry(jentry); nbytes += nb;
|
||||||
// fChain->GetEntry(jentry);
|
// fChain->GetEntry(jentry);
|
||||||
|
|
||||||
|
// if (muDecayPosZ>16.9&&muDecayPosZ<17.1) continue; //muons decaying outside of sample plane (in the radiation shield etc)
|
||||||
|
|
||||||
// FILL IN HISTOGRAMS
|
// FILL IN HISTOGRAMS
|
||||||
hEdepositCF->Fill(save_ke[0]/1000.);
|
hEdepositCF->Fill(save_ke[0]/1000.);
|
||||||
hBeamSpot->Fill(save_x[0], save_y[0]);
|
hBeamSpot->Fill(save_x[0], save_y[0]);
|
||||||
|
Reference in New Issue
Block a user