Changes in readers/DelphesPythia8.cpp [c008923:2acc2e9] in git
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
readers/DelphesPythia8.cpp
rc008923 r2acc2e9 25 25 26 26 #include "Pythia.h" 27 #include "Pythia8Plugins/CombineMatchingInput.h"28 27 29 28 #include "TROOT.h" … … 225 224 226 225 Pythia8::Pythia *pythia = 0; 227 228 // for matching229 Pythia8::CombineMatchingInput *combined = 0;230 Pythia8::UserHooks* matching = 0;231 226 232 227 if(argc != 4) … … 275 270 // Initialize Pythia 276 271 pythia = new Pythia8::Pythia; 277 278 // jet matching 279 matching = combined->getHook(*pythia); 280 if (!matching) 281 { 282 throw runtime_error("can't do matching"); 283 } 284 pythia->setUserHooksPtr(matching); 285 272 //Pythia8::Event& event = pythia->event; 273 //Pythia8::ParticleData& pdt = pythia->particleData; 286 274 287 275 if(pythia == NULL)
Note:
See TracChangeset
for help on using the changeset viewer.