]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - GRP/MakeCTPDummyEntries.C
Updating default value for beamType from DAQ logbook ("Cosmics" instead of "cosmic").
[u/mrichter/AliRoot.git] / GRP / MakeCTPDummyEntries.C
index 68c11be816d6a9d2b437f0c8e04747e20c6b9b4f..6bf0c36966dc72173847a82c4d6ed11b91a08cf7 100644 (file)
@@ -6,8 +6,8 @@ void MakeCTPDummyEntries(){
 
        AliCDBManager *man = AliCDBManager::Instance();
        man->SetDefaultStorage("local://$ALICE_ROOT/OCDB");
-       Char_t * filenameConfig = gSystem->ExpandPathName("$ALICE_ROOT/GRP/CTP/p-p.cfg");
-       Char_t * filenameScalers = gSystem->ExpandPathName("$ALICE_ROOT/GRP/CTP/xcounters.txt");
+       Char_t * filenameConfig = gSystem->ExpandPathName("$ALICE_ROOT/GRP/CTP/stdln.cfg");
+       Char_t * filenameScalers = gSystem->ExpandPathName("$ALICE_ROOT/GRP/CTP/stdln.cnt");
 
        AliTriggerConfiguration *runcfg = AliTriggerConfiguration::LoadConfiguration(filenameConfig);
        AliTriggerRunScalers *scalers = AliTriggerRunScalers::ReadScalers(filenameScalers);