- Timestamp:
- Dec 19, 2014, 3:15:11 PM (10 years ago)
- Branches:
- ImprovedOutputFile, Timing, dual_readout, llp, master
- Children:
- df35033
- Parents:
- a190d94
- Location:
- classes
- Files:
-
- 20 edited
Legend:
- Unmodified
- Added
- Removed
-
classes/ClassesLinkDef.h
ra190d94 rcab38f6 21 21 * 22 22 * Lists classes to be included in cint dicitonary 23 *24 * $Date: 2008-07-08 12:01:52 $25 * $Revision: 1.2 $26 *27 23 * 28 24 * \author P. Demin - UCL, Louvain-la-Neuve -
classes/DelphesClasses.cc
ra190d94 rcab38f6 23 23 * Function CompareXYZ sorts objects by the variable XYZ that MUST be 24 24 * present in the data members of the root tree class of the branch. 25 *26 * $Date: 2008-06-04 13:57:24 $27 * $Revision: 1.1 $28 *29 25 * 30 26 * \author P. Demin - UCL, Louvain-la-Neuve -
classes/DelphesClasses.h
ra190d94 rcab38f6 26 26 * present in the data members of the root tree class of the branch. 27 27 * 28 * $Date: 2008-06-04 13:57:24 $29 * $Revision: 1.1 $30 *31 *32 28 * \author P. Demin - UCL, Louvain-la-Neuve 33 29 * -
classes/DelphesFactory.cc
ra190d94 rcab38f6 22 22 * Class handling creation of Candidate, 23 23 * TObjArray and all other objects. 24 *25 * $Date: 2008-06-04 13:57:25 $26 * $Revision: 1.1 $27 *28 24 * 29 25 * \author P. Demin - UCL, Louvain-la-Neuve -
classes/DelphesFactory.h
ra190d94 rcab38f6 24 24 * Class handling creation of Candidate, 25 25 * TObjArray and all other objects. 26 *27 * $Date: 2008-06-04 13:57:25 $28 * $Revision: 1.1 $29 *30 26 * 31 27 * \author P. Demin - UCL, Louvain-la-Neuve -
classes/DelphesHepMCReader.cc
ra190d94 rcab38f6 21 21 * 22 22 * Reads HepMC file 23 *24 *25 * $Date$26 * $Revision$27 *28 23 * 29 24 * \author P. Demin - UCL, Louvain-la-Neuve -
classes/DelphesHepMCReader.h
ra190d94 rcab38f6 23 23 * 24 24 * Reads HepMC file 25 *26 *27 * $Date$28 * $Revision$29 *30 25 * 31 26 * \author P. Demin - UCL, Louvain-la-Neuve -
classes/DelphesLHEFReader.cc
ra190d94 rcab38f6 21 21 * 22 22 * Reads LHEF file 23 *24 *25 * $Date$26 * $Revision$27 *28 23 * 29 24 * \author P. Demin - UCL, Louvain-la-Neuve -
classes/DelphesLHEFReader.h
ra190d94 rcab38f6 23 23 * 24 24 * Reads LHEF file 25 *26 *27 * $Date$28 * $Revision$29 *30 25 * 31 26 * \author P. Demin - UCL, Louvain-la-Neuve -
classes/DelphesModule.cc
ra190d94 rcab38f6 21 21 * 22 22 * Base class for all Delphes modules 23 *24 * $Date: 2008-06-04 13:57:25 $25 * $Revision: 1.1 $26 *27 23 * 28 24 * \author P. Demin - UCL, Louvain-la-Neuve -
classes/DelphesModule.h
ra190d94 rcab38f6 23 23 * 24 24 * Base class for all Delphes modules 25 *26 * $Date: 2008-06-04 13:57:25 $27 * $Revision: 1.1 $28 *29 25 * 30 26 * \author P. Demin - UCL, Louvain-la-Neuve -
classes/DelphesPileUpReader.cc
ra190d94 rcab38f6 21 21 * 22 22 * Reads pile-up binary file 23 *24 *25 * $Date$26 * $Revision$27 *28 23 * 29 24 * \author P. Demin - UCL, Louvain-la-Neuve -
classes/DelphesPileUpReader.h
ra190d94 rcab38f6 23 23 * 24 24 * Reads pile-up binary file 25 *26 *27 * $Date$28 * $Revision$29 *30 25 * 31 26 * \author P. Demin - UCL, Louvain-la-Neuve -
classes/DelphesPileUpWriter.cc
ra190d94 rcab38f6 21 21 * 22 22 * Writes pile-up binary file 23 *24 *25 * $Date$26 * $Revision$27 *28 23 * 29 24 * \author P. Demin - UCL, Louvain-la-Neuve -
classes/DelphesPileUpWriter.h
ra190d94 rcab38f6 23 23 * 24 24 * Writes pile-up binary file 25 *26 *27 * $Date$28 * $Revision$29 *30 25 * 31 26 * \author P. Demin - UCL, Louvain-la-Neuve -
classes/DelphesSTDHEPReader.cc
ra190d94 rcab38f6 22 22 * Reads STDHEP file 23 23 * 24 *25 * $Date$26 * $Revision$27 *28 *29 24 * \author P. Demin - UCL, Louvain-la-Neuve 30 25 * -
classes/DelphesSTDHEPReader.h
ra190d94 rcab38f6 23 23 * 24 24 * Reads STDHEP file 25 *26 *27 * $Date$28 * $Revision$29 *30 25 * 31 26 * \author P. Demin - UCL, Louvain-la-Neuve -
classes/DelphesStream.cc
ra190d94 rcab38f6 21 21 * 22 22 * Provides an interface to manipulate c strings as if they were input streams 23 *24 *25 * $Date: 2012-11-15 13:57:55 $26 * $Revision: 1.1 $27 *28 23 * 29 24 * \author P. Demin - UCL, Louvain-la-Neuve -
classes/DelphesStream.h
ra190d94 rcab38f6 23 23 * 24 24 * Provides an interface to manipulate c strings as if they were input streams 25 *26 *27 * $Date: 2012-11-15 13:57:55 $28 * $Revision: 1.1 $29 *30 25 * 31 26 * \author P. Demin - UCL, Louvain-la-Neuve -
classes/SortableObject.h
ra190d94 rcab38f6 21 21 22 22 /** \class SortableObject 23 *24 *25 * $Date: 2008-06-04 13:57:26 $26 * $Revision: 1.1 $27 *28 23 * 29 24 * \author P. Demin - UCL, Louvain-la-Neuve
Note:
See TracChangeset
for help on using the changeset viewer.