00001 #ifndef IG_NTUPLE_APP_IG_NTUPLE_APP_EXTENSION_H 00002 # define IG_NTUPLE_APP_IG_NTUPLE_APP_EXTENSION_H 00003 00004 //<<<<<< INCLUDES >>>>>> 00005 00006 # include "Iguana/Studio/interface/config.h" 00007 # include "Iguana/Framework/interface/IgExtension.h" 00008 00009 //<<<<<< PUBLIC DEFINES >>>>>> 00010 //<<<<<< PUBLIC CONSTANTS >>>>>> 00011 //<<<<<< PUBLIC TYPES >>>>>> 00012 00013 class IgNTupleAppSetup; 00014 00015 //<<<<<< PUBLIC VARIABLES >>>>>> 00016 //<<<<<< PUBLIC FUNCTIONS >>>>>> 00017 //<<<<<< CLASS DECLARATIONS >>>>>> 00018 00019 class IGUANA_STUDIO_API IgNTupleAppExtension : public IgExtension 00020 { 00021 public: 00022 // implicit copy constructor 00023 // implicit assignment operator 00024 // implicit destructor 00025 00026 virtual bool setup (IgNTupleAppSetup *setup); 00027 }; 00028 00029 //<<<<<< INLINE PUBLIC FUNCTIONS >>>>>> 00030 //<<<<<< INLINE MEMBER FUNCTIONS >>>>>> 00031 00032 #endif // IG_NTUPLE_APP_IG_NTUPLE_APP_EXTENSION_H