- Timestamp:
- Feb 9, 2009, 3:37:19 PM (16 years ago)
- Location:
- trunk/src
- Files:
-
- 6 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/BFieldProp.cc
r248 r260 1 /* 2 * ---- Delphes ---- 3 * A Fast Simulator for general purpose LHC detector 4 * S. Ovyn ~~~~ severine.ovyn@uclouvain.be 5 * 6 * Center for Particle Physics and Phenomenology (CP3) 7 * Universite Catholique de Louvain (UCL) 8 * Louvain-la-Neuve, Belgium 9 * */ 1 /*********************************************************************** 2 ** ** 3 ** /----------------------------------------------\ ** 4 ** | Delphes, a framework for the fast simulation | ** 5 ** | of a generic collider experiment | ** 6 ** \----------------------------------------------/ ** 7 ** ** 8 ** ** 9 ** This package uses: ** 10 ** ------------------ ** 11 ** FastJet algorithm: Phys. Lett. B641 (2006) [hep-ph/0512210] ** 12 ** Hector: JINST 2:P09005 (2007) [physics.acc-ph:0707.1198v2] ** 13 ** FROG: [hep-ex/0901.2718v1] ** 14 ** ** 15 ** ------------------------------------------------------------------ ** 16 ** ** 17 ** Main authors: ** 18 ** ------------- ** 19 ** ** 20 ** Severine Ovyn Xavier Rouby ** 21 ** severine.ovyn@uclouvain.be xavier.rouby@cern ** 22 ** ** 23 ** Center for Particle Physics and Phenomenology (CP3) ** 24 ** Universite catholique de Louvain (UCL) ** 25 ** Louvain-la-Neuve, Belgium ** 26 ** ** 27 ** Copyright (C) 2008-2009, ** 28 ** All rights reserved. ** 29 ** ** 30 ***********************************************************************/ 10 31 11 32 #include "BFieldProp.h" -
trunk/src/FrogUtil.cc
r246 r260 1 /* 2 * ---- Delphes ---- 3 * A Fast Simulator for general purpose LHC detector 4 * S. Ovyn ~~~~ severine.ovyn@uclouvain.be 5 * 6 * Center for Particle Physics and Phenomenology (CP3) 7 * Universite Catholique de Louvain (UCL) 8 * Louvain-la-Neuve, Belgium 9 * */ 10 11 // \brief Trigger class, and some generic definitions 1 /*********************************************************************** 2 ** ** 3 ** /----------------------------------------------\ ** 4 ** | Delphes, a framework for the fast simulation | ** 5 ** | of a generic collider experiment | ** 6 ** \----------------------------------------------/ ** 7 ** ** 8 ** ** 9 ** This package uses: ** 10 ** ------------------ ** 11 ** FastJet algorithm: Phys. Lett. B641 (2006) [hep-ph/0512210] ** 12 ** Hector: JINST 2:P09005 (2007) [physics.acc-ph:0707.1198v2] ** 13 ** FROG: [hep-ex/0901.2718v1] ** 14 ** ** 15 ** ------------------------------------------------------------------ ** 16 ** ** 17 ** Main authors: ** 18 ** ------------- ** 19 ** ** 20 ** Severine Ovyn Xavier Rouby ** 21 ** severine.ovyn@uclouvain.be xavier.rouby@cern ** 22 ** ** 23 ** Center for Particle Physics and Phenomenology (CP3) ** 24 ** Universite catholique de Louvain (UCL) ** 25 ** Louvain-la-Neuve, Belgium ** 26 ** ** 27 ** Copyright (C) 2008-2009, ** 28 ** All rights reserved. ** 29 ** ** 30 ***********************************************************************/ 31 32 12 33 #include <iostream> 13 34 -
trunk/src/JetsUtil.cc
r215 r260 1 /* 2 * ---- Delphes ---- 3 * A Fast Simulator for general purpose LHC detector 4 * S. Ovyn ~~~~ severine.ovyn@uclouvain.be 5 * 6 * Center for Particle Physics and Phenomenology (CP3) 7 * Universite Catholique de Louvain (UCL) 8 * Louvain-la-Neuve, Belgium 9 * */ 10 11 // \brief Trigger class, and some generic definitions 1 /*********************************************************************** 2 ** ** 3 ** /----------------------------------------------\ ** 4 ** | Delphes, a framework for the fast simulation | ** 5 ** | of a generic collider experiment | ** 6 ** \----------------------------------------------/ ** 7 ** ** 8 ** ** 9 ** This package uses: ** 10 ** ------------------ ** 11 ** FastJet algorithm: Phys. Lett. B641 (2006) [hep-ph/0512210] ** 12 ** Hector: JINST 2:P09005 (2007) [physics.acc-ph:0707.1198v2] ** 13 ** FROG: [hep-ex/0901.2718v1] ** 14 ** ** 15 ** ------------------------------------------------------------------ ** 16 ** ** 17 ** Main authors: ** 18 ** ------------- ** 19 ** ** 20 ** Severine Ovyn Xavier Rouby ** 21 ** severine.ovyn@uclouvain.be xavier.rouby@cern ** 22 ** ** 23 ** Center for Particle Physics and Phenomenology (CP3) ** 24 ** Universite catholique de Louvain (UCL) ** 25 ** Louvain-la-Neuve, Belgium ** 26 ** ** 27 ** Copyright (C) 2008-2009, ** 28 ** All rights reserved. ** 29 ** ** 30 ***********************************************************************/ 12 31 13 32 #include "JetsUtil.h" -
trunk/src/SmearUtil.cc
r257 r260 1 /* 2 ---- Delphes ---- 3 A Fast Simulator for general purpose LHC detector 4 S. Ovyn ~~~~ severine.ovyn@uclouvain.be 5 6 Center for Particle Physics and Phenomenology (CP3) 7 Universite Catholique de Louvain (UCL) 8 Louvain-la-Neuve, Belgium 9 */ 1 /*********************************************************************** 2 ** ** 3 ** /----------------------------------------------\ ** 4 ** | Delphes, a framework for the fast simulation | ** 5 ** | of a generic collider experiment | ** 6 ** \----------------------------------------------/ ** 7 ** ** 8 ** ** 9 ** This package uses: ** 10 ** ------------------ ** 11 ** FastJet algorithm: Phys. Lett. B641 (2006) [hep-ph/0512210] ** 12 ** Hector: JINST 2:P09005 (2007) [physics.acc-ph:0707.1198v2] ** 13 ** FROG: [hep-ex/0901.2718v1] ** 14 ** ** 15 ** ------------------------------------------------------------------ ** 16 ** ** 17 ** Main authors: ** 18 ** ------------- ** 19 ** ** 20 ** Severine Ovyn Xavier Rouby ** 21 ** severine.ovyn@uclouvain.be xavier.rouby@cern ** 22 ** ** 23 ** Center for Particle Physics and Phenomenology (CP3) ** 24 ** Universite catholique de Louvain (UCL) ** 25 ** Louvain-la-Neuve, Belgium ** 26 ** ** 27 ** Copyright (C) 2008-2009, ** 28 ** All rights reserved. ** 29 ** ** 30 ***********************************************************************/ 10 31 11 32 /// \file SmearUtil.cc … … 514 535 515 536 ofstream f_out(LogName.c_str()); 516 517 f_out<<"#*********************************************************************"<<"\n"; 518 f_out<<"# *"<<"\n"; 519 f_out<<"# ---- DELPHES release 1.0 ---- *"<<"\n"; 520 f_out<<"# *"<<"\n"; 521 f_out<<"# A Fast Simulator for general purpose LHC detector *"<<"\n"; 522 f_out<<"# Written by S. Ovyn and X. Rouby *"<<"\n"; 523 f_out<<"# severine.ovyn@uclouvain.be *"<<"\n"; 524 f_out<<"# *"<<"\n"; 525 f_out<<"# http: *"<<"\n"; 526 f_out<<"# *"<<"\n"; 527 f_out<<"# Center for Particle Physics and Phenomenology (CP3) *"<<"\n"; 528 f_out<<"# Universite Catholique de Louvain (UCL) *"<<"\n"; 529 f_out<<"# Louvain-la-Neuve, Belgium *"<<"\n"; 530 f_out<<"# *"<<"\n"; 531 f_out<<"#....................................................................*"<<"\n"; 532 f_out<<"# *"<<"\n"; 533 f_out<<"# This package uses: *"<<"\n"; 534 f_out<<"# FastJet algorithm: Phys. Lett. B641 (2006) [hep-ph/0512210] *"<<"\n"; 535 f_out<<"# Hector: JINST 2:P09005 (2007) [physics.acc-ph:0707.1198v2] *"<<"\n"; 536 f_out<<"# ExRootAnalysis *"<<"\n"; 537 f_out<<"# *"<<"\n"; 538 f_out<<"#....................................................................*"<<"\n"; 539 f_out<<"# *"<<"\n"; 540 f_out<<"# This file contains all the running parameters (detector and cuts) *"<<"\n"; 541 f_out<<"# necessary to reproduce the detector simulation *"<<"\n"; 542 f_out<<"# *"<<"\n"; 543 f_out<<"#....................................................................*"<<"\n"; 537 538 f_out <<"**********************************************************************"<< endl; 539 f_out <<"**********************************************************************"<< endl; 540 f_out <<"** **"<< endl; 541 f_out <<"** Welcome to **"<< endl; 542 f_out <<"** **"<< endl; 543 f_out <<"** **"<< endl; 544 f_out <<"** .ddddddd- lL hH **"<< endl; 545 f_out <<"** -Dd` `dD: Ll hH` **"<< endl; 546 f_out <<"** dDd dDd eeee. lL .pp+pp Hh+hhh` -eeee- `sssss **"<< endl; 547 f_out <<"** -Dd `DD ee. ee Ll .Pp. PP Hh. HH. ee. ee sSs **"<< endl; 548 f_out <<"** dD` dDd eEeee: lL. pP. pP hH hH` eEeee:` -sSSSs. **"<< endl; 549 f_out <<"** .Dd :dd eE. LlL PpppPP Hh Hh eE sSS **"<< endl; 550 f_out <<"** dddddd:. eee+: lL. pp. hh. hh eee+ sssssS **"<< endl; 551 f_out <<"** Pp **"<< endl; 552 f_out <<"** **"<< endl; 553 f_out <<"** Delphes, a framework for the fast simulation **"<< endl; 554 f_out <<"** of a generic collider experiment **"<< endl; 555 f_out <<"** **"<< endl; 556 f_out <<"** --- Version 1.3beta of Delphes --- **"<< endl; 557 f_out <<"** Last date of change: 29 January 2009 **"<< endl; 558 f_out <<"** **"<< endl; 559 f_out <<"** **"<< endl; 560 f_out <<"** This package uses: **"<< endl; 561 f_out <<"** ------------------ **"<< endl; 562 f_out <<"** FastJet algorithm: Phys. Lett. B641 (2006) [hep-ph/0512210] **"<< endl; 563 f_out <<"** Hector: JINST 2:P09005 (2007) [physics.acc-ph:0707.1198v2] **"<< endl; 564 f_out <<"** FROG: L. Quertenmont, V. Roberfroid [hep-ex/0901.2718v1] **"<< endl; 565 f_out <<"** **"<< endl; 566 f_out <<"** ---------------------------------------------------------------- **"<< endl; 567 f_out <<"** **"<< endl; 568 f_out <<"** Main authors: **"<< endl; 569 f_out <<"** ------------- **"<< endl; 570 f_out <<"** **"<< endl; 571 f_out <<"** Séverine Ovyn Xavier Rouby **"<< endl; 572 f_out <<"** severine.ovyn@uclouvain.be xavier.rouby@cern **"<< endl; 573 f_out <<"** Center for Particle Physics and Phenomenology (CP3) **"<< endl; 574 f_out <<"** Universite Catholique de Louvain (UCL) **"<< endl; 575 f_out <<"** Louvain-la-Neuve, Belgium **"<< endl; 576 f_out <<"** **"<< endl; 577 f_out <<"** ---------------------------------------------------------------- **"<< endl; 578 f_out <<"** **"<< endl; 579 f_out <<"** Former Delphes versions and documentation can be found on : **"<< endl; 580 f_out <<"** http://www.fynu.ucl.ac.be/delphes.html **"<< endl; 581 f_out <<"** **"<< endl; 582 f_out <<"** **"<< endl; 583 f_out <<"** Disclaimer: this program is a beta version of Delphes and **"<< endl; 584 f_out <<"** therefore comes without guarantees. Beware of errors and please **"<< endl; 585 f_out <<"** give us your feedbacks about potential bugs **"<< endl; 586 f_out <<"** **"<< endl; 587 f_out <<"**********************************************************************"<< endl; 588 f_out <<"** **"<< endl; 544 589 f_out<<"#>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>"<<"\n"; 545 590 f_out<<"* *"<<"\n"; -
trunk/src/TriggerUtil.cc
r250 r260 1 /* 2 * ---- Delphes ---- 3 * A Fast Simulator for general purpose LHC detector 4 * S. Ovyn ~~~~ severine.ovyn@uclouvain.be 5 * 6 * Center for Particle Physics and Phenomenology (CP3) 7 * Universite Catholique de Louvain (UCL) 8 * Louvain-la-Neuve, Belgium 9 * */ 1 /*********************************************************************** 2 ** ** 3 ** /----------------------------------------------\ ** 4 ** | Delphes, a framework for the fast simulation | ** 5 ** | of a generic collider experiment | ** 6 ** \----------------------------------------------/ ** 7 ** ** 8 ** ** 9 ** This package uses: ** 10 ** ------------------ ** 11 ** FastJet algorithm: Phys. Lett. B641 (2006) [hep-ph/0512210] ** 12 ** Hector: JINST 2:P09005 (2007) [physics.acc-ph:0707.1198v2] ** 13 ** FROG: [hep-ex/0901.2718v1] ** 14 ** ** 15 ** ------------------------------------------------------------------ ** 16 ** ** 17 ** Main authors: ** 18 ** ------------- ** 19 ** ** 20 ** Severine Ovyn Xavier Rouby ** 21 ** severine.ovyn@uclouvain.be xavier.rouby@cern ** 22 ** ** 23 ** Center for Particle Physics and Phenomenology (CP3) ** 24 ** Universite catholique de Louvain (UCL) ** 25 ** Louvain-la-Neuve, Belgium ** 26 ** ** 27 ** Copyright (C) 2008-2009, ** 28 ** All rights reserved. ** 29 ** ** 30 ***********************************************************************/ 10 31 11 32 // \brief Trigger class, and some generic definitions … … 122 143 EtmisValues.clear(); 123 144 GammaValues.clear(); 145 124 146 } 125 147 … … 402 424 for(int i=0;i<etmis_size;i++){f_out << left << setw(5) << TriggerBit::EtmisValues[i]<<"";}f_out <<"\n";} 403 425 f_out <<"* *"<<"\n"; 404 405 426 f_out <<"**********************************************************************"<<"\n"; 406 427 407 428 } -
trunk/src/VeryForward.cc
r257 r260 1 /* 2 * ---- Delphes ---- 3 * A Fast Simulator for general purpose LHC detector 4 * S. Ovyn ~~~~ severine.ovyn@uclouvain.be 5 * 6 * Center for Particle Physics and Phenomenology (CP3) 7 * Universite Catholique de Louvain (UCL) 8 * Louvain-la-Neuve, Belgium 9 * */ 1 /*********************************************************************** 2 ** ** 3 ** /----------------------------------------------\ ** 4 ** | Delphes, a framework for the fast simulation | ** 5 ** | of a generic collider experiment | ** 6 ** \----------------------------------------------/ ** 7 ** ** 8 ** ** 9 ** This package uses: ** 10 ** ------------------ ** 11 ** FastJet algorithm: Phys. Lett. B641 (2006) [hep-ph/0512210] ** 12 ** Hector: JINST 2:P09005 (2007) [physics.acc-ph:0707.1198v2] ** 13 ** FROG: [hep-ex/0901.2718v1] ** 14 ** ** 15 ** ------------------------------------------------------------------ ** 16 ** ** 17 ** Main authors: ** 18 ** ------------- ** 19 ** ** 20 ** Severine Ovyn Xavier Rouby ** 21 ** severine.ovyn@uclouvain.be xavier.rouby@cern ** 22 ** ** 23 ** Center for Particle Physics and Phenomenology (CP3) ** 24 ** Universite catholique de Louvain (UCL) ** 25 ** Louvain-la-Neuve, Belgium ** 26 ** ** 27 ** Copyright (C) 2008-2009, ** 28 ** All rights reserved. ** 29 ** ** 30 ***********************************************************************/ 10 31 11 32 #include "VeryForward.h"
Note:
See TracChangeset
for help on using the changeset viewer.