Parent Directory
|
Revision Log
|
Revision Graph
Revision 1.2 - (view) (download)
| 1 : | tomalini | 1.1 | process Demo = { |
| 2 : | tomalini | 1.2 | |
| 3 : | # Example looking at MC truth flavour of reconstructed jets. | ||
| 4 : | |||
| 5 : | tomalini | 1.1 | #keep the logging output to a nice level |
| 6 : | include "FWCore/MessageLogger/data/MessageLogger.cfi" | ||
| 7 : | |||
| 8 : | untracked PSet maxEvents = {untracked int32 input = 100} | ||
| 9 : | |||
| 10 : | source = PoolSource { | ||
| 11 : | tomalini | 1.2 | untracked vstring fileNames = { |
| 12 : | '/store/mc/2007/10/20/RelVal-RelValTTbar-1192895175/0000/00C41641-2A81-DC11-B6EA-0019DB29C620.root' | ||
| 13 : | tomalini | 1.1 | } |
| 14 : | } | ||
| 15 : | |||
| 16 : | module jetPartonAssocTest = JetPartonAssocTest { | ||
| 17 : | |||
| 18 : | # Which type of jets are we looking at ? | ||
| 19 : | string moduleLabel = "iterativeCone5CaloJets" | ||
| 20 : | |||
| 21 : | PSet jetIdParameters = { | ||
| 22 : | string mcSource = "source" | ||
| 23 : | bool fillPartons = true | ||
| 24 : | bool fillHeavyHadrons = false | ||
| 25 : | bool fillLeptons = false | ||
| 26 : | double coneSizeToAssociate = 0.3 | ||
| 27 : | bool physicsDefinition = false | ||
| 28 : | bool rejectBCSplitting = false | ||
| 29 : | vstring vetoFlavour = { } | ||
| 30 : | } | ||
| 31 : | } | ||
| 32 : | |||
| 33 : | |||
| 34 : | path p = {jetPartonAssocTest} | ||
| 35 : | } |
| CERN LCG CVS service | ViewVC Help |
| Powered by ViewVC 1.0.9 |