Skip to content

Commit

Permalink
Add banner in optional printout
Browse files Browse the repository at this point in the history
  • Loading branch information
Fabio Cossutti committed Feb 17, 2009
1 parent 7a19037 commit 1a5f06f
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions SimTransport/HectorProducer/src/Hector.cc
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,23 @@ Hector::Hector(const edm::ParameterSet & param, bool verbosity, bool FP420Transp

if(m_verbosity) {
cout << "===================================================================" << endl;
cout << " * * * * * * * * * * * * * * * * * * * * * * * * * * * * " << endl;
cout << " * * " << endl;
cout << " * --<--<-- A fast simulator --<--<-- * " << endl;
cout << " * | --<--<-- of particle --<--<-- * " << endl;
cout << " * ----HECTOR----< * " << endl;
cout << " * | -->-->-- transport through-->-->-- * " << endl;
cout << " * -->-->-- generic beamlines -->-->-- * " << endl;
cout << " * * " << endl;
cout << " * JINST 2:P09005 (2007) * " << endl;
cout << " * X Rouby, J de Favereau, K Piotrzkowski (CP3) * " << endl;
cout << " * http://www.fynu.ucl.ac.be/hector.html * " << endl;
cout << " * * " << endl;
cout << " * Center for Cosmology, Particle Physics and Phenomenology * " << endl;
cout << " * Universite catholique de Louvain * " << endl;
cout << " * Louvain-la-Neuve, Belgium * " << endl;
cout << " * * " << endl;
cout << " * * * * * * * * * * * * * * * * * * * * * * * * * * * * " << endl;
cout << "=== Hector: m_FP420Transport=" << m_FP420Transport <<"m_ZDCTransport " << m_ZDCTransport << endl;
cout << "=== lengthfp420: " << lengthfp420 << endl;
cout << "=== m_rpp420_f: " << m_rpp420_f << endl;
Expand Down

0 comments on commit 1a5f06f

Please sign in to comment.