]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - TRIGGER/AliTRIPreprocessor.cxx
Add Event/Track selection based on Anton's monitoring task
[u/mrichter/AliRoot.git] / TRIGGER / AliTRIPreprocessor.cxx
index 8a6b65b397a706fea41bb4186839d2ac63b4278b..421c312e91f0385b1cdf838f43feb384a9211b80 100644 (file)
@@ -58,6 +58,7 @@ AliTRIPreprocessor::AliTRIPreprocessor(AliShuttleInterface* shuttle) :
        //
        
        AddRunType("PHYSICS");
+       AddRunType("STANDALONE_PULSER");
 }
 
 //______________________________________________________________________________________________
@@ -111,7 +112,7 @@ UInt_t AliTRIPreprocessor::Process(TMap* /*dcsAliasMap*/)
                &AliTRIPreprocessor::ProcessEmptyTriggerData,
                &AliTRIPreprocessor::ProcessEmptyTriggerData,
                &AliTRIPreprocessor::ProcessEmptyTriggerData,
-               &AliTRIPreprocessor::ProcessTOFTriggerData,
+               &AliTRIPreprocessor::ProcessEmptyTriggerData,
                &AliTRIPreprocessor::ProcessEmptyTriggerData,
                &AliTRIPreprocessor::ProcessEmptyTriggerData,
                &AliTRIPreprocessor::ProcessEmptyTriggerData,
@@ -174,7 +175,7 @@ Short_t AliTRIPreprocessor::ProcessSPDTriggerData()
 
        // Read new conditions from dcs fxs
        AliITSTriggerConditions* newCond = new AliITSTriggerConditions();
-       TString fxsID = "PITConditions";
+       TString fxsID = "pit_conditions";
        TList* list = GetFileSources(kDCS, fxsID.Data());
        if (!list) {
                AliError("FXS file not found.");
@@ -246,6 +247,7 @@ Short_t AliTRIPreprocessor::ProcessTOFTriggerData()
        //
 
        Log("************** Processing TOF Trigger data... **************");
+       Log("************** Fake function **************");
        Log("************************* ...done.*************************");
        return 0;
 }