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