]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - FMD/FMDBaseda.cxx
Adding comment lines
[u/mrichter/AliRoot.git] / FMD / FMDBaseda.cxx
index 2a37da46b0d811d68ccd410363e322171dbff8b5..851ae608f9486a830a6179ad1376530b95ce5262 100644 (file)
@@ -5,7 +5,7 @@
   Contact:                 canute@nbi.dk
   Link:                    fmd.nbi.dk/fmd/offline
   Run Type:                PHYSICS
-  DA Type:                 MON
+  DA Type:                 LDC
   Number of events needed: depending on the run, being run-level
   Input Files:             raw data 
   Output Files:            conditions.csv
@@ -43,13 +43,12 @@ int main(int argc, char **argv)
   Bool_t old = kTRUE;
   
   AliFMDParameters::Instance()->Init(kFALSE,0);
-  AliFMDParameters::Instance()->UseRcuTrailer(!old);
   AliFMDParameters::Instance()->UseCompleteHeader(!old);
   
   AliRawReader *reader = 0;
   TString fileNam(fileName);
   if (fileNam.EndsWith(".root")) reader = new AliRawReaderRoot(fileName);
-  else if (fileNam.EndsWith(".raw")) reader = new AliRawReaderDate(fileName);
+  else reader = new AliRawReaderDate(fileName);
   if (!reader) { 
     std::cerr << "Don't know how to make reader for " << fileNam 
              << std::endl;