ATLAS Offline Software
RecoLevelSelector.h
Go to the documentation of this file.
1 /*
2  Copyright (C) 2002-2017 CERN for the benefit of the ATLAS collaboration
3  */
4 
5 // Filename: RecoLevelSelector.h
6 // Description:
7 // Author: Fabian Wilk
8 // Created: Tue Oct 27 12:07:02 2015
9 
10 #ifndef _RECOLEVELSELECTOR_H_
11 #define _RECOLEVELSELECTOR_H_
12 
14 
15 namespace top {
28  virtual bool apply(const top::Event&) const override;
29 
34  virtual bool applyParticleLevel(const top::ParticleLevelEvent&) const override;
35 
40  virtual std::string name() const override;
41  };
42 }
43 
44 #endif /* _RECOLEVELSELECTOR_H_ */
top
TopConfig A simple configuration that is NOT a singleton.
Definition: AnalysisTrackingHelper.cxx:58
top::RecoLevelSelector::apply
virtual bool apply(const top::Event &) const override
Accept every event.
Definition: RecoLevelSelector.cxx:8
top::RecoLevelSelector::applyParticleLevel
virtual bool applyParticleLevel(const top::ParticleLevelEvent &) const override
Reject every event.
Definition: RecoLevelSelector.cxx:12
top::RecoLevelSelector::name
virtual std::string name() const override
The name printed in the cutflow.
Definition: RecoLevelSelector.cxx:16
top::RecoLevelSelector
An event selector that accepts all reco level events and rejects all particle level events.
Definition: RecoLevelSelector.h:23
top::ParticleLevelEvent
Definition: ParticleLevelEvent.h:24
top::EventSelectorBase
This should apply event-level cuts and perform simple plotting on top::Event objects.
Definition: EventSelectorBase.h:20
EventSelectorBase.h
top::Event
Very simple class to hold event data after reading from a file.
Definition: Event.h:49