ATLAS Offline Software
Loading...
Searching...
No Matches
MetaDataSample.cxx
Go to the documentation of this file.
1/*
2 Copyright (C) 2002-2017 CERN for the benefit of the ATLAS collaboration
3*/
4
5//
6// includes
7//
8
10
11//
12// method implementations
13//
14
16
17namespace SH
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}
ClassImp(SH::MetaDataSample) namespace SH
This module provides a lot of global definitions, forward declarations and includes that are used by ...
Definition PrunDriver.h:15
all the meta-data fields that we may try to read from AMI.