ATLAS Offline Software
Loading...
Searching...
No Matches
header Class Reference
Collaboration diagram for header:

Public Member Functions

 header ()

Detailed Description

Definition at line 527 of file hcg.cxx.

Constructor & Destructor Documentation

◆ header()

header::header ( )
inline

Definition at line 531 of file hcg.cxx.

531 {
532
533 std::string user = std::getenv("USER");
534
535 (*outp) << "######################################################################\n";
536 (*outp) << "# $Id: collisions_run.config " << date() << " " << user << " $\n";
537 (*outp) << "######################################################################\n";
538
539 (*outp) << "\n";
540 (*outp) << "#######################\n";
541 (*outp) << "# HLTidtrk\n";
542 (*outp) << "#######################\n";
543
544 (*outp) << "\n\n";
545 }
std::string date()
sadly, includes a return at the end
Definition hcg.cxx:58

The documentation for this class was generated from the following file: