Changeset 401 in svn
- Timestamp:
- May 20, 2009, 10:34:02 AM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Delphes.cpp
r397 r401 4 4 ** | Delphes, a framework for the fast simulation | ** 5 5 ** | of a generic collider experiment | ** 6 ** \------------- ---------------------------------/ **6 ** \------------- arXiv:0903.2225v1 ------------/ ** 7 7 ** ** 8 8 ** ** … … 98 98 exit(1); 99 99 } 100 101 cout << endl << endl; 102 103 cout <<"*********************************************************************"<< endl; 104 cout <<"*********************************************************************"<< endl; 105 cout <<"** **"<< endl; 106 cout <<"** Welcome to **"<< endl; 107 cout <<"** **"<< endl; 108 cout <<"** **"<< endl; 109 cout <<"** .ddddddd- lL hH **"<< endl; 110 cout <<"** -Dd` `dD: Ll hH` **"<< endl; 111 cout <<"** dDd dDd eeee. lL .pp+pp Hh+hhh` -eeee- `sssss **"<< endl; 112 cout <<"** -Dd `DD ee. ee Ll .Pp. PP Hh. HH. ee. ee sSs **"<< endl; 113 cout <<"** dD` dDd eEeee: lL. pP. pP hH hH` eEeee:` -sSSSs. **"<< endl; 114 cout <<"** .Dd :dd eE. LlL PpppPP Hh Hh eE sSS **"<< endl; 115 cout <<"** dddddd:. eee+: lL. pp. hh. hh eee+ sssssS **"<< endl; 116 cout <<"** Pp **"<< endl; 117 cout <<"** **"<< endl; 118 cout <<"** Delphes, a framework for the fast simulation **"<< endl; 119 cout <<"** of a generic collider experiment **"<< endl; 120 cout <<"** arXiv:0903.2225v1 [hep-ph] **"<< endl; 121 cout <<"** **"<< endl; 122 cout <<"** --- Version 1.6 of Delphes --- **"<< endl; 123 cout <<"** Last date of change: 7 May 2009 **"<< endl; 124 cout <<"** **"<< endl; 125 cout <<"** **"<< endl; 126 cout <<"** This package uses: **"<< endl; 127 cout <<"** ------------------ **"<< endl; 128 cout <<"** FastJet algorithm: Phys. Lett. B641 (2006) [hep-ph/0512210] **"<< endl; 129 cout <<"** Hector: JINST 2:P09005 (2007) [physics.acc-ph:0707.1198v2] **"<< endl; 130 cout <<"** FROG: [hep-ex/0901.2718v1] **"<< endl; 131 cout <<"** **"<< endl; 132 cout <<"**-----------------------------------------------------------------**"<< endl; 133 cout <<"** **"<< endl; 134 cout <<"** Main authors: **"<< endl; 135 cout <<"** ------------- **"<< endl; 136 cout <<"** **"<< endl; 137 cout <<"** Séverine Ovyn Xavier Rouby **"<< endl; 138 cout <<"** severine.ovyn@uclouvain.be xavier.rouby@cern **"<< endl; 139 cout <<"** Center for Particle Physics and Phenomenology (CP3) **"<< endl; 140 cout <<"** Universite Catholique de Louvain (UCL) **"<< endl; 141 cout <<"** Louvain-la-Neuve, Belgium **"<< endl; 142 cout <<"** **"<< endl; 143 cout <<"**-----------------------------------------------------------------**"<< endl; 144 cout <<"** **"<< endl; 145 cout <<"** Former Delphes versions and documentation can be found on : **"<< endl; 146 cout <<"** http://www.fynu.ucl.ac.be/delphes.html **"<< endl; 147 cout <<"** **"<< endl; 148 cout <<"** **"<< endl; 149 cout <<"** Disclaimer: this program is a beta version of Delphes and **"<< endl; 150 cout <<"** therefore comes without guarantees. Beware of errors and please **"<< endl; 151 cout <<"** give us your feedbacks about potential bugs **"<< endl; 152 cout <<"** **"<< endl; 153 cout <<"*********************************************************************"<< endl; 154 cout <<"*********************************************************************"<< endl; 100 101 print_header(); 155 102 156 103 // 1. ********** initialisation *********** … … 228 175 cout <<"** **"<< endl; 229 176 DET->ReadParticleDataGroupTable(); 230 //DET->PDGtable.print();231 177 // DET->PDGtable.print(); 178 232 179 //Trigger information 233 180 cout <<"** ########### Start reading TRIGGER card ########## **"<< endl;
Note:
See TracChangeset
for help on using the changeset viewer.