ATLAS Offline Software
OSLeptonSelector.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 #ifndef OSSELECTOR_H_
6 #define OSSELECTOR_H_
7 
9 
10 namespace top {
18  public:
19  bool apply(const top::Event& event) const override;
20 
21  bool applyParticleLevel(const top::ParticleLevelEvent& event) const override;
22 
23  std::string name() const override;
24  };
25 }
26 
27 #endif
top
TopConfig A simple configuration that is NOT a singleton.
Definition: AnalysisTrackingHelper.cxx:58
top::OSLeptonSelector::name
std::string name() const override
A human readable name.
Definition: OSLeptonSelector.cxx:46
top::OSLeptonSelector::applyParticleLevel
bool applyParticleLevel(const top::ParticleLevelEvent &event) const override
This does stuff based on the information in a particle level event.
Definition: OSLeptonSelector.cxx:24
top::OSLeptonSelector
Keep only events that have at least one opposite sign lepton pair.
Definition: OSLeptonSelector.h:17
event
POOL::TEvent event(POOL::TEvent::kClassAccess)
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::OSLeptonSelector::apply
bool apply(const top::Event &event) const override
This does stuff based on the information in an event.
Definition: OSLeptonSelector.cxx:9
top::Event
Very simple class to hold event data after reading from a file.
Definition: Event.h:49