ATLAS Offline Software
SaveEventSelector.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 SAVEEVENTSELECTOR_H_
6 #define SAVEEVENTSELECTOR_H_
7 
9 
10 namespace top {
24  bool apply(const top::Event&) const override;
25 
32  std::string name() const override;
33  };
34 }
35 
36 #endif
top
TopConfig A simple configuration that is NOT a singleton.
Definition: AnalysisTrackingHelper.cxx:58
top::SaveEventSelector::name
std::string name() const override
The name printed in the cutflow.
Definition: SaveEventSelector.cxx:12
top::SaveEventSelector
Save this event in the output file.
Definition: SaveEventSelector.h:18
top::SaveEventSelector::apply
bool apply(const top::Event &) const override
Accept every event.
Definition: SaveEventSelector.cxx:8
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