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

Public Member Functions

 header ()

Detailed Description

Definition at line 529 of file hcg.cxx.

Constructor & Destructor Documentation

◆ header()

header::header ( )
inline

Definition at line 533 of file hcg.cxx.

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

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