Skip to content

Commit

Permalink
Merge pull request #7438 from wmtan/FixSimRecoMixingIn7_4_X
Browse files Browse the repository at this point in the history
Activate all products needed by Sim/Reco-level mixing (in 7_4_X)
  • Loading branch information
cmsbuild committed Jan 29, 2015
2 parents c9367e8 + 0aa87f4 commit 8c41deb
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions SimGeneral/MixingModule/plugins/MixingModule.cc
Expand Up @@ -100,6 +100,8 @@ namespace edm {
std::string label;

branchesActivate(TypeID(typeid(std::vector<reco::Track>)).friendlyClassName(),std::string(""),tag,label);
branchesActivate(TypeID(typeid(std::vector<reco::TrackExtra>)).friendlyClassName(),std::string(""),tag,label);
branchesActivate(TypeID(typeid(edm::OwnVector<TrackingRecHit,edm::ClonePolicy<TrackingRecHit> >)).friendlyClassName(),std::string(""),tag,label);
// note: no crossing frame is foreseen to be used for this object type

LogInfo("MixingModule") <<"Will mix "<<object<<"s with InputTag= "<<tag.encode()<<", label will be "<<label;
Expand Down

0 comments on commit 8c41deb

Please sign in to comment.