This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| #include "SimG4Core/Generators/interface/LumiMonitorFilter.h" | |
| #include "FWCore/MessageLogger/interface/MessageLogger.h" | |
| using namespace edm; | |
| //using std::cout; | |
| //using std::endl; | |
| LumiMonitorFilter::LumiMonitorFilter() | |
| {} |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| ################# | |
| # | |
| # this snippet would be called in a run script something like this | |
| # (assuming file is PhysicsTools/JetMCAlgos/python/PrunedGenParticlesForJetFlavorClustering_cfi.py): | |
| # from PhysicsTools.JetMCAlgos.PrunedGenParticlesForJetFlavorClustering_cfi import prunedGenParticlesForJetFlavor | |
| # process.prunedGenparticlesForJetFlavor = prunedGenParticlesForJetFlavor.clone() | |
| # | |
| ################# | |
| #see https://twiki.cern.ch/twiki/bin/view/CMSPublic/SWGuideGenParticlePruner for more information |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| print "hello world" |
NewerOlder