Changeset 4569b59 in git
- Timestamp:
- May 17, 2016, 2:34:57 PM (8 years ago)
- Branches:
- ImprovedOutputFile, Timing, dual_readout, llp, master
- Children:
- 2600216
- Parents:
- b0fa9af
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
modules/VertexSorter.cc
rb0fa9af r4569b59 71 71 } 72 72 73 if (string (GetString("BeamSpotInputArray", "")) != "") 74 { 75 fBeamSpotInputArray = ImportArray(GetString("BeamSpotInputArray", "")); 76 fItBeamSpotInputArray = fBeamSpotInputArray->MakeIterator(); 77 } 78 73 // import beamspot 74 try 75 { 76 fBeamSpotInputArray = ImportArray(GetString("BeamSpotInputArray", "BeamSpotFilter/beamSpotParticle")); 77 } 78 catch(runtime_error &e) 79 { 80 fBeamSpotInputArray = 0; 81 } 82 79 83 fOutputArray = ExportArray(GetString("OutputArray", "clusters")); 80 84
Note:
See TracChangeset
for help on using the changeset viewer.