Skip to content
Snippets Groups Projects
Commit 77454bca authored by de Séréville Nicolas's avatar de Séréville Nicolas
Browse files

+ Fix compilation warning

parent c3c95d14
No related branches found
No related tags found
No related merge requests found
...@@ -290,7 +290,7 @@ void TTiaraBarrelSpectra::FillPhysicsSpectra(TTiaraBarrelPhysics* Physics){ ...@@ -290,7 +290,7 @@ void TTiaraBarrelSpectra::FillPhysicsSpectra(TTiaraBarrelPhysics* Physics){
string name ; string name ;
//// E POS //// //// E POS ////
// Inner Barrel // Inner Barrel
unsigned int size = Physics->Strip_E.size(); //unsigned int size = Physics->Strip_E.size();
for(unsigned int i = 0 ; i < Physics->Strip_E.size() ; i++){ for(unsigned int i = 0 ; i < Physics->Strip_E.size() ; i++){
name ="IB"+TiaraBarrel_LOCAL::itoa(Physics->DetectorNumber[i])+"_EPOS"+TiaraBarrel_LOCAL::itoa(Physics->Strip_N[i])+"_CAL"; name ="IB"+TiaraBarrel_LOCAL::itoa(Physics->DetectorNumber[i])+"_EPOS"+TiaraBarrel_LOCAL::itoa(Physics->Strip_N[i])+"_CAL";
GetHisto(family,name) GetHisto(family,name)
......
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