Skip to content
Snippets Groups Projects
Commit 7f58757e authored by adrien-matta's avatar adrien-matta
Browse files

Merge branch 'NPTool.dev.prerelease' of https://github.com/adrien-matta/nptool...

Merge branch 'NPTool.dev.prerelease' of https://github.com/adrien-matta/nptool into NPTool.dev.prerelease
parents 9aa6e921 d947a726
No related branches found
No related tags found
No related merge requests found
......@@ -2,16 +2,16 @@
CATSArray
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
CATSDetector
X1_Y1= -34.36 -34.96 -962.5
X28_Y1= 36.76 -34.96 -962.5
X1_Y28= -34.36 36.16 -962.5
X28_Y28= 36.76 36.16 -962.5
X1_Y1= -34.36 -34.96 -1193
X28_Y1= 36.76 -34.96 -1193
X1_Y28= -34.36 36.16 -1193
X28_Y28= 36.76 36.16 -1193
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%2
CATSDetector
X1_Y1= 34.26 -35.46 -562.5
X28_Y1= -36.86 -35.46 -562.5
X1_Y28= 34.26 35.66 -562.5
X28_Y28= -36.86 35.66 -562.5
X1_Y1= 34.26 -35.46 -684
X28_Y1= -36.86 -35.46 -684
X1_Y28= 34.26 35.66 -684
X28_Y28= -36.86 35.66 -684
%%%%%%%%%%%%%%%%%%%%%%%%%%%
......
......@@ -33,7 +33,6 @@ int main(int argc, char** argv)
// Get the formed Chained Tree and Treat it
TChain* Chain = RootInput:: getInstance() -> GetChain();
TExogamPhysics *Exo = (TExogamPhysics*) myDetector -> GetDetector("EXOGAM") ;
// Get number of events to treat
cout << endl << "///////// Starting Analysis ///////// "<< endl;
......@@ -66,19 +65,6 @@ int main(int argc, char** argv)
Put your code here
************************************************/
for(int i=0; i<4; i++) EGammaDC[i]=0;
for(int i=0; i<Exo->TotalEnergy_lab.size(); i++)
{
float mytheta=Exo->GetSegmentAnglePhi(Exo->CloverNumber[i], Exo->CristalNumber[i], Exo->SegmentNumber[i]);
float myphi=Exo->GetSegmentAngleTheta(Exo->CloverNumber[i], Exo->CristalNumber[i], Exo->SegmentNumber[i]);
//myv(Exo->TotalEnergy_lab[i]*sin(mytheta)*sin(myphi),Exo->TotalEnergy_lab[i]*sin(mytheta)*cos(myphi) , Exo->TotalEnergy_lab[i]*cos(mytheta),(Exo->TotalEnergy_lab)[i]);
//cout<<Exo->TotalEnergy_lab[i]<<endl;
EGammaDC[i]=Exo->TotalEnergy_lab[i]*(1-beta*cos(mytheta*TMath::DegToRad()))/sqrt(1-beta*beta);
//TVector3 boost= imp4.BoostVector();
//myv.Boost(-boost);
//DopplerCorrectedEnergy.push_back(myv.T());
//h_DopplerCorrectedEnergy->Fill(myv.T());
}
RootOutput::getInstance()->GetTree()->Fill();
}
......
TTreeName
AutoTree
RootFileName
/data/e628X/e628/acquisition/run_root/run_1070.root
/data/e628X/e628/acquisition/run_root/run_1115.root
ConfigMust2
MAX_STRIP_MULTIPLICITY 1
SI_X_E_RAW_THRESHOLD 0
SILI_E_RAW_THRESHOLD 0
SILI_E_THRESHOLD 0
DISABLE_CHANNEL MM4STRX3
DISABLE_ALL MM1
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment