#include <vector>
#include <iostream>
#include <TClonesArray.h>
#include "AliEMCALTriggerPatchInfo.h"
#include "AliEmcalTriggerDecision.h"
#include "AliEmcalTriggerSelection.h"
#include "AliEmcalTriggerSelectionCuts.h"
#include "AliLog.h"
Go to the source code of this file.
Logging trigger selection configuration (name, cuts) to the output stream
- Parameters
-
stream | Stream used for logging |
sel | Trigger selection object to be logged |
- Returns
- Output stream after logging
Definition at line 90 of file AliEmcalTriggerSelection.cxx.