ATLAS Offline Software
Loading...
Searching...
No Matches
LArMinBiasAverageComplete.h
Go to the documentation of this file.
1/*
2 Copyright (C) 2002-2024 CERN for the benefit of the ATLAS collaboration
3*/
4
5#ifndef LARRAWCONDITIONS_LARMINBIASAVERAGECOMPLETE_H
6#define LARRAWCONDITIONS_LARMINBIASAVERAGECOMPLETE_H
7
12
13#include <vector>
14
19
21 public LArConditionsContainer<LArMinBiasAverageP>
22{
23
24 public:
28
29 // retrieving RMS of E in Minimum Bias events, using online ID
30 virtual const float& minBiasAverage(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 vMinBiasAverage);
35
36};
37
38
40#endif
macros to associate a CLID to a type
#define CLASS_DEF(NAME, CID, VERSION)
associate a clid and a version to a type eg
This class implements the ILArMinBiasAverage interface History:
LArConditionsContainer< LArMinBiasAverageP > CONTAINER
virtual const float & minBiasAverage(const HWIdentifier &CellID) const
access to average of E in minimum bias events index by Identifier
void set(const HWIdentifier &CellID, float vMinBiasAverage)