Changeset c62695e in git
- Timestamp:
- Oct 1, 2015, 3:41:22 PM (9 years ago)
- Branches:
- ImprovedOutputFile, Timing, dual_readout, llp, master
- Children:
- 4f00e0b
- Parents:
- 914fb04
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
converters/root2lhco.cpp
r914fb04 rc62695e 348 348 Reset(); 349 349 350 counter = 0; 350 counter = 1; 351 352 /* 351 353 fItTrack->Reset(); 352 354 while((track = static_cast<Track*>(fItTrack->Next()))) … … 354 356 if(element->P4().DeltaR(track->P4()) < 0.5) ++counter; 355 357 } 356 358 */ 357 359 fIntParam[1] = 3; 358 360
Note:
See TracChangeset
for help on using the changeset viewer.