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