ATLAS Offline Software
Loading...
Searching...
No Matches
LArMinBiasComplete.h
Go to the documentation of this file.
1/*
2 Copyright (C) 2002-2017 CERN for the benefit of the ATLAS collaboration
3*/
4
5#ifndef LARRAWCONDITIONS_LARMINBIASCOMPLETE_H
6#define LARRAWCONDITIONS_LARMINBIASCOMPLETE_H
7
11
12#include <vector>
13
18
20 public LArConditionsContainer<LArMinBiasP>
21
22{
23
24 public:
27 virtual ~LArMinBiasComplete( );
28
29 // retrieving RMS of E in Minimum Bias events, using online ID
30 virtual const float& minBiasRMS(const HWIdentifier& CellID) const ;
31
32 // set method filling the data members individually (if one
33 // wants to fill this class not using the DB)
34 void set(const HWIdentifier& CellID, float vMinBiasRMS);
35
36};
37
38
39CLASS_DEF( LArMinBiasComplete, 13786367 ,1)
40#endif
#define CLASS_DEF(NAME, CID, VERSION)
associate a clid and a version to a type eg
This class implements the ILArMinBias interface History:
virtual const float & minBiasRMS(const HWIdentifier &CellID) const
access to RMS of E in minimum bias events index by Identifier
LArConditionsContainer< LArMinBiasP > CONTAINER
void set(const HWIdentifier &CellID, float vMinBiasRMS)