ATLAS Offline Software
Loading...
Searching...
No Matches
MetaDataSample.cxx File Reference
Include dependency graph for MetaDataSample.cxx:

Go to the source code of this file.

Functions

 ClassImp (SH::MetaDataSample) namespace SH

Function Documentation

◆ ClassImp()

ClassImp ( SH::MetaDataSample )

Definition at line 15 of file MetaDataSample.cxx.

18{
19 MetaDataSample ::
20 MetaDataSample (const std::string& val_name)
21 : name (val_name), unknown (true), isData (-1), running (-1),
22 luminosity (-1), crossSection (-1), nevents (-1), kfactor (-1),
23 filterEfficiency (-1)
24 {
25 }
26}