ant
A2 ant: class-based analysis framework
ant::TAntHeader Struct Reference

The TAntHeader class holds information about the histogram file. More...

#include <TAntHeader.h>

+ Inheritance diagram for ant::TAntHeader:
+ Collaboration diagram for ant::TAntHeader:

Public Member Functions

 TAntHeader (const std::string &title="")
 
bool IsCompatible (const TAntHeader &other) const
 IsCompatible checks if other TAntHeader might be from same calibration iteration. More...
 
virtual void Print (Option_t *) const override
 
virtual void Print () const
 
virtual void Browse (TBrowser *b) override
 
Long64_t Merge (TCollection *li)
 

Public Attributes

ant::TID FirstID
 
ant::TID LastID
 
std::string SetupName
 
std::string CmdLine
 
std::string WorkingDir
 
std::string GitInfo
 
std::string GitInfoDatabase
 

Friends

std::ostream & operator<< (std::ostream &s, const TAntHeader &o)
 

Detailed Description

The TAntHeader class holds information about the histogram file.

Constructor & Destructor Documentation

◆ TAntHeader()

TAntHeader::TAntHeader ( const std::string &  title = "")

Member Function Documentation

◆ Browse()

void TAntHeader::Browse ( TBrowser *  b)
overridevirtual

◆ IsCompatible()

bool TAntHeader::IsCompatible ( const TAntHeader other) const

IsCompatible checks if other TAntHeader might be from same calibration iteration.

Parameters
other
Returns

◆ Merge()

Long64_t TAntHeader::Merge ( TCollection *  li)

◆ Print() [1/2]

void TAntHeader::Print ( Option_t *  ) const
overridevirtual

◆ Print() [2/2]

void TAntHeader::Print ( ) const
virtual

Friends And Related Function Documentation

◆ operator<<

std::ostream& operator<< ( std::ostream &  s,
const TAntHeader o 
)
friend

Member Data Documentation

◆ CmdLine

std::string ant::TAntHeader::CmdLine

◆ FirstID

ant::TID ant::TAntHeader::FirstID

◆ GitInfo

std::string ant::TAntHeader::GitInfo

◆ GitInfoDatabase

std::string ant::TAntHeader::GitInfoDatabase

◆ LastID

ant::TID ant::TAntHeader::LastID

◆ SetupName

std::string ant::TAntHeader::SetupName

◆ WorkingDir

std::string ant::TAntHeader::WorkingDir

The documentation for this struct was generated from the following files: