From e83f456c1148471ea889e58b5e0110e1c2cf8b12 Mon Sep 17 00:00:00 2001 From: cblume Date: Fri, 16 Nov 2007 10:25:15 +0000 Subject: [PATCH] Remove printf and add trd_gasCO2 --- TRD/AliTRDSensorArray.cxx | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/TRD/AliTRDSensorArray.cxx b/TRD/AliTRDSensorArray.cxx index 72c7a1e1711..8e6f6e11c93 100644 --- a/TRD/AliTRDSensorArray.cxx +++ b/TRD/AliTRDSensorArray.cxx @@ -66,13 +66,13 @@ AliTRDSensorArray::AliTRDSensorArray (const char * amanda, if(entries > 1){ for(Int_t k = 0; k < entries; k++){ TString name (Form(amanda, k)); - printf("name is %s of %d\n",(const char*)name,k); + //printf("name is %s of %d\n",(const char*)name,k); ((AliDCSSensor *) fSensors->UncheckedAt(k))->SetStringID(name); } } else{ TString name (amanda); - printf("name is %s\n",(const char*)name); + //printf("name is %s\n",(const char*)name); ((AliDCSSensor *) fSensors->UncheckedAt(0))->SetStringID(name); } @@ -178,6 +178,9 @@ TObjArray * AliTRDSensorArray::GetList () aH = new AliTRDSensorArray ("trd_gasH2O", "trd_gasH2O", -1, (TClonesArray*)listSensor1.Clone ()); list->Add (aH); + aH = new AliTRDSensorArray ("trd_gasCO2", "trd_gasCO2", + -1, (TClonesArray*)listSensor1.Clone ()); + list->Add (aH); aH = new AliTRDSensorArray ("trd_gasOverpressure", "trd_gasOverpressure", -1, (TClonesArray*)listSensor1.Clone ()); list->Add (aH); -- 2.39.3