CMS 3D CMS Logo

Booster.h

Go to the documentation of this file.
00001 #ifndef CandUtils_Booster_h
00002 #define CandUtils_Booster_h
00003 
00014 #include "DataFormats/Candidate/interface/CandidateFwd.h"
00015 #include "DataFormats/Math/interface/Vector3D.h"
00016 
00017 struct Booster {
00019   Booster( const math::XYZVector & b ) : boost( b ) { }
00021   void set( reco::Candidate& c );
00022 private:
00023   const math::XYZVector boost;
00024 };
00025 
00026 #endif

Generated on Tue Jun 9 17:41:00 2009 for CMSSW by  doxygen 1.5.4