9#include "EventRotateTask.h"
12#include "CutContainer.h"
14#include "EventVirtualCut.h"
20 EventRotateTask::EventRotateTask() : fPhiMin(-TMath::Pi()), fPhiMax(TMath::Pi()) {}
22 EventRotateTask& EventRotateTask::operator=(
const EventRotateTask& other) {
24 EventAna::operator=(other);
25 fPhiMin = other.fPhiMin;
26 fPhiMax = other.fPhiMax;
31 EventRotateTask::~EventRotateTask() {}
33 EventRotateTask::EventRotateTask(
const EventRotateTask& other) : EventAna(other) {
34 fPhiMin = other.fPhiMin;
35 fPhiMax = other.fPhiMax;
50 if (no > 1) {
Cout::PrintInfo(
"EventRotateTask - more than one event collection!", EInfo::kWarning); }
52 if (cutNo > 1) {
Cout::PrintInfo(
"EventRotateTask - more than one event cut!", EInfo::kWarning); }
54 if (evcut ==
nullptr) {
Cout::PrintInfo(
"EventRotateTask - no virtual event cut", EInfo::kWarning); }
static void PrintInfo(TString text, Hal::EInfo status)
Int_t GetEventCollectionsNo() const
CutCollection * GetEventCollection(Int_t collection) const
CutContainer * fCutContainer
virtual void CheckCutContainerCollections()
virtual Package * Report() const
virtual Hal::Package * Report() const
virtual void ProcessEvent()
virtual void CheckCutContainerCollections()
virtual void RotateZ(Double_t phi)