X-Git-Url: http://git.uio.no/git/?a=blobdiff_plain;f=ITS%2FITSSDDGAINda.cxx;h=a3df1967c5247ff781352113a919fca46e18fe15;hb=943fb20f68d979109497911102eb7444cfbeb6d6;hp=b69e9ddda80a74e7abcdc4a8f730117eee0cefb8;hpb=9ce3c3366c0e36faaf004196e30bdcd1a170f257;p=u%2Fmrichter%2FAliRoot.git diff --git a/ITS/ITSSDDGAINda.cxx b/ITS/ITSSDDGAINda.cxx index b69e9ddda80..a3df1967c52 100644 --- a/ITS/ITSSDDGAINda.cxx +++ b/ITS/ITSSDDGAINda.cxx @@ -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