26.8.2011 Kamil Sedlak

- implementataion of volume "TubeWithHolePlusTubeHole"
 - some other changes in musrSimAna
This commit is contained in:
2011-08-26 15:26:57 +00:00
parent 0de813e1f3
commit b4299fe10d
5 changed files with 69 additions and 4 deletions

View File

@ -193,6 +193,12 @@ public :
Double_t wght;
Double_t det_m0edep;
Double_t det_posEdep;
Double_t muIniPosR;
Double_t muIniMomTrans;
Double_t muTargetPol_Theta;
Double_t muTargetPol_Theta360;
Double_t muTargetPol_Phi;
Double_t muTargetPol_Phi360;
Double_t pos_Trans_Momentum;
Double_t pos_Momentum;
Double_t pos_Radius;
@ -440,6 +446,12 @@ musrAnalysis::musrAnalysis(TTree *tree)
variableMap["wght"]=&wght;
variableMap["det_m0edep"]=&det_m0edep;
variableMap["det_posEdep"]=&det_posEdep;
variableMap["muIniPosR"]=&muIniPosR;
variableMap["muIniMomTrans"]=&muIniMomTrans;
variableMap["muTargetPol_Theta"]=&muTargetPol_Theta;
variableMap["muTargetPol_Theta360"]=&muTargetPol_Theta360;
variableMap["muTargetPol_Phi"]=&muTargetPol_Phi;
variableMap["muTargetPol_Phi360"]=&muTargetPol_Phi360;
variableMap["pos_Trans_Momentum"]=&pos_Trans_Momentum;
variableMap["pos_Momentum"]=&pos_Momentum;
variableMap["pos_Radius"]=&pos_Radius;