![]() |
AliPhysics
4c9ecbb (4c9ecbb)
|
#include <iosfwd>
#include <exception>
#include <string>
#include <vector>
#include <TList.h>
#include <TNamed.h>
#include <TString.h>
#include "AliAnalysisTaskEmcal.h"
#include "AliEmcalTriggerSelectionCuts.h"
Go to the source code of this file.
Classes | |
class | PWG::EMCAL::AliAnalysisTaskEmcalTriggerSelection |
Task providing an event selection for EMCAL-triggered events based on the reconstructed EMCAL trigger patches. More... | |
class | PWG::EMCAL::AliAnalysisTaskEmcalTriggerSelection::ConfigValueException |
Handling of incorrect values in YAML configuration files. More... | |
class | PWG::EMCAL::AliAnalysisTaskEmcalTriggerSelection::AliEmcalTriggerSelectionQA |
Helper class for the trigger selection. More... | |
Namespaces | |
PWG | |
Namespace for PWG framework classes. | |
PWG::EMCAL | |
Functions | |
std::ostream & | operator<< (std::ostream &in, const PWG::EMCAL::AliAnalysisTaskEmcalTriggerSelection &task) |
std::ostream& operator<< | ( | std::ostream & | stream, |
const PWG::EMCAL::AliAnalysisTaskEmcalTriggerSelection & | task | ||
) |
Logging all settings (output container, trigger classes, trigger selection cuts) to the output stream
stream | Output stream used for logging |
task | Trigger selection task to be put on the stream |
Definition at line 501 of file AliAnalysisTaskEmcalTriggerSelection.cxx.