CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
MassiveCandidateConverter.h
Go to the documentation of this file.
1 #ifndef RecoAlgos_MassiveCandidateConverter_h
2 #define RecoAlgos_MassiveCandidateConverter_h
5 #include <string>
6 
7 namespace edm { class EventSetup; }
8 
9 namespace converter {
12  void beginFirstRun( const edm::EventSetup & );
13 
14  protected:
15  double massSqr_;
17  };
18 }
19 
20 #endif
void beginFirstRun(const edm::EventSetup &)
MassiveCandidateConverter(const edm::ParameterSet &)