ATLAS Offline Software
GRLSelector.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 GRLSELECTOR_H_
6 #define GRLSELECTOR_H_
7 
9 
10 namespace top {
17  public:
18  GRLSelector();
19  virtual ~GRLSelector() {};
20 
27  virtual bool apply(const top::Event& event) const override;
28 
34  std::string name() const override;
35  };
36 }
37 
38 #endif /* GRLSELECTOR_H_ */
top
TopConfig A simple configuration that is NOT a singleton.
Definition: AnalysisTrackingHelper.cxx:58
top::GRLSelector::~GRLSelector
virtual ~GRLSelector()
Definition: GRLSelector.h:19
top::GRLSelector
Select events if they are on a GRL specified by the parameter GRLFilename in the configuration file.
Definition: GRLSelector.h:16
top::GRLSelector::GRLSelector
GRLSelector()
Definition: GRLSelector.cxx:12
event
POOL::TEvent event(POOL::TEvent::kClassAccess)
top::GRLSelector::name
std::string name() const override
The name of the tool.
Definition: GRLSelector.cxx: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
top::GRLSelector::apply
virtual bool apply(const top::Event &event) const override
MC simulation passes, data is checked against the GRL.
Definition: GRLSelector.cxx:15