|
||||
File indexing completed on 2024-04-06 12:24:09
0001 #ifndef PhysicsTools_Utilities_interface_EventSelector_h 0002 #define PhysicsTools_Utilities_interface_EventSelector_h 0003 0004 /** 0005 \class EventSelector EventSelector.h "CommonTools/Utils/interface/EventSelector.h" 0006 \brief A selector of events. 0007 0008 This is a placeholder. 0009 0010 \author Salvatore Rappoccio 0011 \version $Id: EventSelector.h,v 1.1 2009/12/21 19:27:08 srappocc Exp $ 0012 */ 0013 0014 #include "PhysicsTools/SelectorUtils/interface/Selector.h" 0015 #include <fstream> 0016 #include <functional> 0017 0018 typedef Selector<edm::EventBase> EventSelector; 0019 0020 #endif
[ Source navigation ] | [ Diff markup ] | [ Identifier search ] | [ general search ] |
This page was automatically generated by the 2.2.1 LXR engine. The LXR team |