00001 #ifndef QUICK_ANA__X_AOD_EVENT_INFO_H 00002 #define QUICK_ANA__X_AOD_EVENT_INFO_H 00003 00004 // Copyright Iowa State University 2016. 00005 // Author: Nils Krumnack 00006 // Distributed under the Boost Software License, Version 1.0. 00007 // (See accompanying file LICENSE_1_0.txt or copy at 00008 // http://www.boost.org/LICENSE_1_0.txt) 00009 00010 // Please feel free to contact me (nils.erik.krumnack@cern.ch) for bug 00011 // reports, feature suggestions, praise and complaints. 00012 00013 00014 00015 #include <QuickAna/Global.h> 00016 00017 #include <xAODEventInfo/EventInfo.h> 00018 00019 namespace ana 00020 { 00021 typedef xAOD::EventInfo EventSelectType; 00022 } 00023 00024 #endif
1.6.1