]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - ITS/ITSSDDGAINda.cxx
set reco param on an event by event basis
[u/mrichter/AliRoot.git] / ITS / ITSSDDGAINda.cxx
index b69e9ddda80a74e7abcdc4a8f730117eee0cefb8..a3df1967c5247ff781352113a919fca46e18fe15 100644 (file)
@@ -1,10 +1,10 @@
 /*
 - Contact: - prino@to.infn.it
-- Link: - http://www.to.infn.it/~prino/alice/RawData/run11173.date
+- Link: - alien:///alice/data/2009/LHC09c_SDD/000079095/raw/09000079095024.10.root
 - Run Type: - PULSER_RUN
 - DA Type: - LDC
 - Number of events needed: >15
-- Input Files: - SDDbase_step1_ddl*c*_sid*.data
+- Input Files: - SDDbase_step1_ddl*c*_sid*.data (output of previous PEDESTAL run)
 - Output Files: - SDDbase_ddl*c*_sid*.data
 - Trigger types used: 
 */
@@ -258,9 +258,8 @@ int main(int argc, char **argv) {
 #ifdef ALI_AMORE
   amore::da::AmoreDA amoreDA(amore::da::AmoreDA::kSender);
   Int_t statusamore =0;
-  statusamore += amoreDA.Send("TimeInfo",&timeinfo);
+  statusamore += amoreDA.Send("TimeInfoPulser",&timeinfo);
   statusamore += amoreDA.Send("Gain",gainHistos);
-  statusamore += amoreDA.Send("BadChannels",corrnHistos);
   if ( statusamore )
     printf("Warning: Failed to write Arrays in the AMORE database\n");
   else