00001 #ifndef CandUtils_CenterOfMassBooster_h 00002 #define CandUtils_CenterOfMassBooster_h 00003 00014 #include "PhysicsTools/CandUtils/interface/Booster.h" 00015 00016 struct CenterOfMassBooster { 00018 CenterOfMassBooster( const reco::Candidate & c ); 00020 void set( reco::Candidate& c ) { booster.set( c ); } 00021 private: 00022 Booster booster; 00023 }; 00024 00025 #endif