ATLAS Offline Software
GoodCaloSelector.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 GOODCALOSELECTOR_H_
6 #define GOODCALOSELECTOR_H_
7 
9 
10 namespace top {
16  public:
18  virtual ~GoodCaloSelector() {};
19 
26  virtual bool apply(const top::Event& event) const override;
27 
33  std::string name() const override;
34  };
35 }
36 
37 #endif /* GoodCaloSelector */
top
TopConfig A simple configuration that is NOT a singleton.
Definition: AnalysisTrackingHelper.cxx:58
top::GoodCaloSelector::GoodCaloSelector
GoodCaloSelector()
Definition: GoodCaloSelector.cxx:9
event
POOL::TEvent event(POOL::TEvent::kClassAccess)
top::GoodCaloSelector::name
std::string name() const override
The name of the tool.
Definition: GoodCaloSelector.cxx:21
top::EventSelectorBase
This should apply event-level cuts and perform simple plotting on top::Event objects.
Definition: EventSelectorBase.h:20
top::GoodCaloSelector::~GoodCaloSelector
virtual ~GoodCaloSelector()
Definition: GoodCaloSelector.h:18
top::GoodCaloSelector
Select data events with good Tile and LAr calorimeters.
Definition: GoodCaloSelector.h:15
EventSelectorBase.h
top::Event
Very simple class to hold event data after reading from a file.
Definition: Event.h:49
top::GoodCaloSelector::apply
virtual bool apply(const top::Event &event) const override
MC simulation passes, data is checked against the GRL.
Definition: GoodCaloSelector.cxx:12