ATLAS Offline Software
Public Types | Public Member Functions | Protected Member Functions | Protected Attributes | Private Types | Private Member Functions | Private Attributes | Static Private Attributes | List of all members
LArShapeComplete Class Reference

This class implements the ILArShape interface. More...

#include <LArShapeComplete.h>

Inheritance diagram for LArShapeComplete:
Collaboration diagram for LArShapeComplete:

Public Types

typedef ILArShape::ShapeRef_t ShapeRef_t
 
typedef LArConditionsContainer< LArShapeP2CONTAINER
 
typedef LArShapeP2 LArCondObj
 
typedef unsigned int FebId
 Typedefs for subset. More...
 
typedef LArConditionsSubset< LArShapeP2Subset
 
typedef LArConditionsSubset< LArShapeP2 >::Traits Traits
 
typedef Subset::ChannelVector ChannelVector
 
typedef Subset::FebPairReference FebPairReference
 
typedef ChannelVector::const_iterator ChannelVectorIterator
 
typedef Subset::size_type size_type
 
typedef Subset::ConstCorrectionVecIt ConstCorrectionIt
 
typedef Subset::Reference Reference
 
typedef Subset::ConstReference ConstReference
 
typedef Subset::Pointer Pointer
 
typedef Subset::ConstPointer ConstPointer
 
typedef LArConditionsContainerDB< LArShapeP2ConditionsMap
 Typedefs for DB. More...
 
typedef ConditionsMap::const_iterator ConstConditionsMapIterator
 
typedef ConditionsMap::iterator ConditionsMapIterator
 
typedef std::map< unsigned int, ConditionsMapGainMap
 
typedef std::pair< unsigned int, ConditionsMapGainPair
 
typedef GainMap::const_iterator ConstGainMapIterator
 
typedef GainMap::iterator GainMapIterator
 
typedef CondMultChanCollection< SubsetMultChanCollection
 Typedefs for MultChan access. More...
 
typedef MultChanCollection::chan_const_iterator chan_const_iterator
 
typedef MultChanCollection::iov_const_iterator iov_const_iterator
 
typedef MultChanCollection::chan_size_type chan_size_type
 
typedef MultChanCollection::iov_size_type iov_size_type
 

Public Member Functions

 LArShapeComplete ()
 
virtual ~LArShapeComplete ()
 
virtual ShapeRef_t Shape (const HWIdentifier &CellID, int gain, int tbin=0, int mode=0) const override
 
virtual ShapeRef_t ShapeDer (const HWIdentifier &CellID, int gain, int tbin=0, int mode=0) const override
 
virtual float timeOffset (const HWIdentifier &CellID, int gain) const
 
virtual unsigned nTimeBins (const HWIdentifier &CellID, int gain) const
 
virtual float timeBinWidth (const HWIdentifier &CellID, int gain) const
 
void set (const HWIdentifier &CellID, int gain, const std::vector< std::vector< float > > &vShape, const std::vector< std::vector< float > > &vShapeDer, float timeOffset=0, float timeBinWidth=25./24.)
 
void setPdata (const HWIdentifier id, const LArShapeP2 &payload, unsigned int gain=0)
 put payload in persistent data More...
 
ConstReference get (const HWIdentifier id, unsigned int gain=0) const
 get data with online identifier More...
 
Reference get (const HWIdentifier id, unsigned int gain=0)
 non-const get data with online identifier More...
 
unsigned int coolChannel (const HWIdentifier id, unsigned int gain=0) const
 Return the COOL channel number for a given online id and gain. More...
 
unsigned int groupingType () const
 Type of grouping - defined in LArConditionContainerBase.h. More...
 
std::string groupingTypeToString () const
 Type of grouping - defined in LArConditionContainerBase.h. More...
 
unsigned int groupNumber (unsigned int coolChannel) const
 Return the group number of a COOL channel (0 - correction group, 1-N for FEB ID groups) More...
 
unsigned int nGroups () const
 Number of groups - minimum is 2 (1 correction group, 1 FEB ID group) More...
 
unsigned int minGain () const
 Mininum gain value. More...
 
unsigned int nGains () const
 Number of gain values. More...
 
chan_const_iterator chan_begin () const
 Access to Channel numbers via iterators - from MultChanCollection. More...
 
chan_const_iterator chan_end () const
 
chan_size_type chan_size () const
 number of channels - from MultChanCollection More...
 
iov_const_iterator iov_begin () const
 Access to IOVs via iterators - from MultChanCollection. More...
 
iov_const_iterator iov_end () const
 
iov_size_type iov_size () const
 number of IOVs - from MultChanCollection More...
 
unsigned int conditionsPerChannel (unsigned int coolChannel) const
 Statistics: number of conditions per COOL channel. More...
 
unsigned int conditionsPerGroup (unsigned int group) const
 Statistics: number of conditions per group. More...
 
unsigned int conditionsPerGain (unsigned int gain) const
 Statistics: number of conditions per gain. More...
 
unsigned int totalNumberOfConditions () const
 Statistics: total number of conditions. More...
 
unsigned int totalNumberOfCorrections () const
 Statistics: total number of corrections. More...
 
bool correctionsApplied () const
 Have corrections been applied? More...
 
StatusCode applyCorrections ()
 apply correction set More...
 
StatusCode undoCorrections ()
 undo corrections that have been already applied More...
 
StatusCode insertCorrection (HWIdentifier id, const LArShapeP2 &cond, unsigned int gain, bool corrChannel=true)
 access to corrections - More...
 
ConstCorrectionIt undoCorrBegin (unsigned int gain) const
 get iterator over the Undo-Vector for a certain gain More...
 
ConstCorrectionIt undoCorrEnd (unsigned int gain) const
 
ConstConditionsMapIterator begin (unsigned int gain) const
 get iterator for all channels for a gain More...
 
ConditionsMapIterator begin (unsigned int gain)
 
ConstConditionsMapIterator begin (unsigned int gain, const std::vector< FebId > &febIds) const
 get iterator for all channels for a gain, restricted to a list of FebIds More...
 
ConditionsMapIterator begin (unsigned int gain, const std::vector< FebId > &febIds)
 
ConstConditionsMapIterator begin (unsigned int gain, const HWIdentifier &febId) const
 get iterator for all channels for a gain, restricted to one Feb More...
 
ConditionsMapIterator begin (unsigned int gain, const HWIdentifier &febId)
 
ConstConditionsMapIterator end (unsigned int gain) const
 end of all channels for this gain More...
 
ConditionsMapIterator end (unsigned int gain)
 
void removeConditions ()
 Remove conditions leaving the corrections - may be needed to only write out the corrections when both are present. More...
 
void removeConditionsChannel (unsigned int coolChannel)
 Remove the conditions for a specific cool channel - e.g. More...
 
std::vector< unsigned > completeCorrectionChannels ()
 Fill all non-existing Correction Channels with emtpy subsets This is necessary to terminate the IOV of the previous correction. More...
 
virtual StatusCode initialize ()
 Initialization done after creation or read back - derived classes may augment the functionality. More...
 
bool merge (const LArConditionsContainer< LArShapeP2 > &other)
 

Protected Member Functions

ConstReference empty () const
 Access to standard empty value. More...
 

Protected Attributes

GainMap m_cached
 Map indexed by gain providing pointers into the data in the CondMultChanCollection. More...
 

Private Types

typedef std::vector< ConstPointerTVector
 
typedef TVector::const_iterator TVectorIterator
 
typedef std::map< unsigned int, TVectorTVectorMap
 
typedef TVectorMap::const_iterator TVectorMapIterator
 
typedef Subset::CorrectionPair CorrectionPair
 
typedef Subset::CorrectionVec CorrectionVector
 
typedef Subset::ConstCorrectionVecIt ConstCorrectionVecIt
 
typedef std::vector< CorrectionVectorCorrectionVectors
 
typedef DataVector< SubsetSubsetDV
 
typedef SubsetDV::const_iterator const_iterator
 
typedef SubsetDV::iterator iterator
 

Private Member Functions

StatusCode updateConditionsMap (FebId id, unsigned int gain, ConditionsMap &conditionsMap)
 Update the ConditionsMap for a new FEB ID. More...
 
void sortSubsets ()
 Sort subsets by channel number. More...
 

Private Attributes

ConstCorrectionIt m_dummyCorrIt
 Dummy iterator (returned if requested for invalid gain) More...
 
CorrectionVectors m_correctionsUndo
 
bool m_correctionsApplied
 
CorrectionVector m_emptyCorrectionVec
 

Static Private Attributes

static const std::vector< float > m_empty
 

Detailed Description

This class implements the ILArShape interface.

Author
S. Laplace
Version
0-0-1 , 29/01/04

History:

Definition at line 24 of file LArShapeComplete.h.

Member Typedef Documentation

◆ chan_const_iterator

Definition at line 95 of file LArConditionsContainer.h.

◆ chan_size_type

Definition at line 97 of file LArConditionsContainer.h.

◆ ChannelVector

Definition at line 74 of file LArConditionsContainer.h.

◆ ChannelVectorIterator

typedef ChannelVector::const_iterator LArConditionsContainer< LArShapeP2 >::ChannelVectorIterator
inherited

Definition at line 76 of file LArConditionsContainer.h.

◆ ConditionsMap

Typedefs for DB.

Definition at line 85 of file LArConditionsContainer.h.

◆ ConditionsMapIterator

Definition at line 87 of file LArConditionsContainer.h.

◆ const_iterator

Definition at line 322 of file LArConditionsContainer.h.

◆ ConstConditionsMapIterator

Definition at line 86 of file LArConditionsContainer.h.

◆ ConstCorrectionIt

Definition at line 78 of file LArConditionsContainer.h.

◆ ConstCorrectionVecIt

Definition at line 319 of file LArConditionsContainer.h.

◆ ConstGainMapIterator

typedef GainMap::const_iterator LArConditionsContainer< LArShapeP2 >::ConstGainMapIterator
inherited

Definition at line 90 of file LArConditionsContainer.h.

◆ ConstPointer

Definition at line 82 of file LArConditionsContainer.h.

◆ ConstReference

Definition at line 80 of file LArConditionsContainer.h.

◆ CONTAINER

Definition at line 31 of file LArShapeComplete.h.

◆ CorrectionPair

Definition at line 317 of file LArConditionsContainer.h.

◆ CorrectionVector

Definition at line 318 of file LArConditionsContainer.h.

◆ CorrectionVectors

typedef std::vector<CorrectionVector> LArConditionsContainer< LArShapeP2 >::CorrectionVectors
privateinherited

Definition at line 320 of file LArConditionsContainer.h.

◆ FebId

typedef unsigned int LArConditionsContainer< LArShapeP2 >::FebId
inherited

Typedefs for subset.

Definition at line 71 of file LArConditionsContainer.h.

◆ FebPairReference

Definition at line 75 of file LArConditionsContainer.h.

◆ GainMap

typedef std::map<unsigned int, ConditionsMap > LArConditionsContainer< LArShapeP2 >::GainMap
inherited

Definition at line 88 of file LArConditionsContainer.h.

◆ GainMapIterator

typedef GainMap::iterator LArConditionsContainer< LArShapeP2 >::GainMapIterator
inherited

Definition at line 91 of file LArConditionsContainer.h.

◆ GainPair

typedef std::pair<unsigned int, ConditionsMap > LArConditionsContainer< LArShapeP2 >::GainPair
inherited

Definition at line 89 of file LArConditionsContainer.h.

◆ iov_const_iterator

Definition at line 96 of file LArConditionsContainer.h.

◆ iov_size_type

Definition at line 98 of file LArConditionsContainer.h.

◆ iterator

Definition at line 323 of file LArConditionsContainer.h.

◆ LArCondObj

Definition at line 69 of file LArConditionsContainer.h.

◆ MultChanCollection

Typedefs for MultChan access.

Definition at line 94 of file LArConditionsContainer.h.

◆ Pointer

Definition at line 81 of file LArConditionsContainer.h.

◆ Reference

Definition at line 79 of file LArConditionsContainer.h.

◆ ShapeRef_t

Definition at line 30 of file LArShapeComplete.h.

◆ size_type

Definition at line 77 of file LArConditionsContainer.h.

◆ Subset

Definition at line 72 of file LArConditionsContainer.h.

◆ SubsetDV

Definition at line 321 of file LArConditionsContainer.h.

◆ Traits

Definition at line 73 of file LArConditionsContainer.h.

◆ TVector

typedef std::vector<ConstPointer> LArConditionsContainer< LArShapeP2 >::TVector
privateinherited

Definition at line 313 of file LArConditionsContainer.h.

◆ TVectorIterator

typedef TVector::const_iterator LArConditionsContainer< LArShapeP2 >::TVectorIterator
privateinherited

Definition at line 314 of file LArConditionsContainer.h.

◆ TVectorMap

typedef std::map<unsigned int, TVector> LArConditionsContainer< LArShapeP2 >::TVectorMap
privateinherited

Definition at line 315 of file LArConditionsContainer.h.

◆ TVectorMapIterator

typedef TVectorMap::const_iterator LArConditionsContainer< LArShapeP2 >::TVectorMapIterator
privateinherited

Definition at line 316 of file LArConditionsContainer.h.

Constructor & Destructor Documentation

◆ LArShapeComplete()

LArShapeComplete::LArShapeComplete ( )

Definition at line 10 of file LArShapeComplete.cxx.

10  {
11 }

◆ ~LArShapeComplete()

LArShapeComplete::~LArShapeComplete ( )
virtual

Definition at line 13 of file LArShapeComplete.cxx.

13 {}

Member Function Documentation

◆ applyCorrections()

StatusCode LArConditionsContainer< LArShapeP2 >::applyCorrections
inherited

apply correction set

◆ begin() [1/6]

ConditionsMapIterator LArConditionsContainer< LArShapeP2 >::begin ( unsigned int  gain)
inherited

◆ begin() [2/6]

ConstConditionsMapIterator LArConditionsContainer< LArShapeP2 >::begin ( unsigned int  gain) const
inherited

get iterator for all channels for a gain

◆ begin() [3/6]

ConditionsMapIterator LArConditionsContainer< LArShapeP2 >::begin ( unsigned int  gain,
const HWIdentifier febId 
)
inherited

◆ begin() [4/6]

ConstConditionsMapIterator LArConditionsContainer< LArShapeP2 >::begin ( unsigned int  gain,
const HWIdentifier febId 
) const
inherited

get iterator for all channels for a gain, restricted to one Feb

◆ begin() [5/6]

ConditionsMapIterator LArConditionsContainer< LArShapeP2 >::begin ( unsigned int  gain,
const std::vector< FebId > &  febIds 
)
inherited

◆ begin() [6/6]

ConstConditionsMapIterator LArConditionsContainer< LArShapeP2 >::begin ( unsigned int  gain,
const std::vector< FebId > &  febIds 
) const
inherited

get iterator for all channels for a gain, restricted to a list of FebIds

◆ chan_begin()

Access to Channel numbers via iterators - from MultChanCollection.

◆ chan_end()

◆ chan_size()

number of channels - from MultChanCollection

◆ completeCorrectionChannels()

std::vector<unsigned> LArConditionsContainer< LArShapeP2 >::completeCorrectionChannels
inherited

Fill all non-existing Correction Channels with emtpy subsets This is necessary to terminate the IOV of the previous correction.

◆ conditionsPerChannel()

unsigned int LArConditionsContainer< LArShapeP2 >::conditionsPerChannel ( unsigned int  coolChannel) const
inherited

Statistics: number of conditions per COOL channel.

◆ conditionsPerGain()

unsigned int LArConditionsContainer< LArShapeP2 >::conditionsPerGain ( unsigned int  gain) const
inherited

Statistics: number of conditions per gain.

◆ conditionsPerGroup()

unsigned int LArConditionsContainer< LArShapeP2 >::conditionsPerGroup ( unsigned int  group) const
inherited

Statistics: number of conditions per group.

◆ coolChannel()

unsigned int LArConditionsContainer< LArShapeP2 >::coolChannel ( const HWIdentifier  id,
unsigned int  gain = 0 
) const
inherited

Return the COOL channel number for a given online id and gain.

◆ correctionsApplied()

bool LArConditionsContainer< LArShapeP2 >::correctionsApplied
inherited

Have corrections been applied?

◆ empty()

ConstReference LArConditionsContainer< LArShapeP2 >::empty
protectedinherited

Access to standard empty value.

◆ end() [1/2]

ConditionsMapIterator LArConditionsContainer< LArShapeP2 >::end ( unsigned int  gain)
inherited

◆ end() [2/2]

ConstConditionsMapIterator LArConditionsContainer< LArShapeP2 >::end ( unsigned int  gain) const
inherited

end of all channels for this gain

◆ get() [1/2]

Reference LArConditionsContainer< LArShapeP2 >::get ( const HWIdentifier  id,
unsigned int  gain = 0 
)
inherited

non-const get data with online identifier

◆ get() [2/2]

ConstReference LArConditionsContainer< LArShapeP2 >::get ( const HWIdentifier  id,
unsigned int  gain = 0 
) const
inherited

get data with online identifier

◆ groupingType()

unsigned int LArConditionsContainer< LArShapeP2 >::groupingType
inherited

Type of grouping - defined in LArConditionContainerBase.h.

◆ groupingTypeToString()

std::string LArConditionsContainer< LArShapeP2 >::groupingTypeToString
inherited

Type of grouping - defined in LArConditionContainerBase.h.

◆ groupNumber()

unsigned int LArConditionsContainer< LArShapeP2 >::groupNumber ( unsigned int  coolChannel) const
inherited

Return the group number of a COOL channel (0 - correction group, 1-N for FEB ID groups)

◆ initialize()

virtual StatusCode LArConditionsContainer< LArShapeP2 >::initialize
virtualinherited

Initialization done after creation or read back - derived classes may augment the functionality.

◆ insertCorrection()

StatusCode LArConditionsContainer< LArShapeP2 >::insertCorrection ( HWIdentifier  id,
const LArShapeP2 cond,
unsigned int  gain,
bool  corrChannel = true 
)
inherited

access to corrections -

Insert a new channel id / T pair. If new channel id is the same as an existing one, the new T replaces the old T

◆ iov_begin()

Access to IOVs via iterators - from MultChanCollection.

◆ iov_end()

◆ iov_size()

number of IOVs - from MultChanCollection

◆ merge()

bool LArConditionsContainer< LArShapeP2 >::merge ( const LArConditionsContainer< LArShapeP2 > &  other)
inherited

◆ minGain()

unsigned int LArConditionsContainer< LArShapeP2 >::minGain
inherited

Mininum gain value.

◆ nGains()

unsigned int LArConditionsContainer< LArShapeP2 >::nGains
inherited

Number of gain values.

◆ nGroups()

unsigned int LArConditionsContainer< LArShapeP2 >::nGroups
inherited

Number of groups - minimum is 2 (1 correction group, 1 FEB ID group)

◆ nTimeBins()

unsigned LArShapeComplete::nTimeBins ( const HWIdentifier CellID,
int  gain 
) const
virtual

Definition at line 72 of file LArShapeComplete.cxx.

72  {
73  if (gain<0 || gain>3) {
74  std::cout << "ERROR! LArShapeComplete::nTimeBins time offset called for gain " << gain << std::endl;
75  std::cout.flush();
76  }
77  CONTAINER::ConstReference t = get(CellID,gain) ;
78  if (!t.isValid()) return 0;
79  return t.shapeSize(); //Check also b-coefficient?
80 }

◆ removeConditions()

void LArConditionsContainer< LArShapeP2 >::removeConditions
inherited

Remove conditions leaving the corrections - may be needed to only write out the corrections when both are present.

◆ removeConditionsChannel()

void LArConditionsContainer< LArShapeP2 >::removeConditionsChannel ( unsigned int  coolChannel)
inherited

Remove the conditions for a specific cool channel - e.g.

in order not to write it out

◆ set()

void LArShapeComplete::set ( const HWIdentifier CellID,
int  gain,
const std::vector< std::vector< float > > &  vShape,
const std::vector< std::vector< float > > &  vShapeDer,
float  timeOffset = 0,
float  timeBinWidth = 25./24. 
)

Definition at line 17 of file LArShapeComplete.cxx.

21 {
22  LArShapeP2 t (timeOffset, timeBinWidth, vShape, vShapeDer);
23  setPdata(CellID, t, gain) ;
24 }

◆ setPdata()

void LArConditionsContainer< LArShapeP2 >::setPdata ( const HWIdentifier  id,
const LArShapeP2 payload,
unsigned int  gain = 0 
)
inherited

put payload in persistent data

◆ Shape()

LArShapeComplete::ShapeRef_t LArShapeComplete::Shape ( const HWIdentifier CellID,
int  gain,
int  tbin = 0,
int  mode = 0 
) const
overridevirtual

Implements ILArShape.

Definition at line 29 of file LArShapeComplete.cxx.

33 {
34  // 'mode' setting is ignored
35  CONTAINER::ConstReference t = get(CellID,gain) ;
36  if (!t.isValid() || tbin<0 || tbin>=(int)t.shapeSize())
37  return m_empty;
38  return t.shape (tbin);
39 }

◆ ShapeDer()

LArShapeComplete::ShapeRef_t LArShapeComplete::ShapeDer ( const HWIdentifier CellID,
int  gain,
int  tbin = 0,
int  mode = 0 
) const
overridevirtual

Implements ILArShape.

Definition at line 44 of file LArShapeComplete.cxx.

48 {
49  // 'mode' setting is ignored
50  CONTAINER::ConstReference t = get(CellID,gain) ;
51  if (!t.isValid() || tbin<0 || tbin>=(int)t.shapeDerSize())
52  return m_empty;
53  return t.shapeDer (tbin);
54 }

◆ sortSubsets()

void LArConditionsContainer< LArShapeP2 >::sortSubsets
privateinherited

Sort subsets by channel number.

◆ timeBinWidth()

float LArShapeComplete::timeBinWidth ( const HWIdentifier CellID,
int  gain 
) const
virtual

Definition at line 83 of file LArShapeComplete.cxx.

83  {
84  if (gain<0 || gain>3) {
85  std::cout << "ERROR! LArShapeComplete::timeBinWidth time offset called for gain " << gain << std::endl;
86  std::cout.flush();
87  }
88  CONTAINER::ConstReference t = get(CellID,gain) ;
89  if (!t.isValid()) return 0;
90  return t.timeBinWidth();
91 }

◆ timeOffset()

float LArShapeComplete::timeOffset ( const HWIdentifier CellID,
int  gain 
) const
virtual

Definition at line 59 of file LArShapeComplete.cxx.

59  {
60  if (gain<0 || gain>3) {
61  std::cout << "ERROR! LArShapeComplete::timeOffset time offset called for gain " << gain << std::endl;
62  std::cout.flush();
63  return 0;
64  }
65 
66  CONTAINER::ConstReference t = get(CellID,gain) ;
67  if (!t.isValid()) return 0;
68  return t.timeOffset();
69 }

◆ totalNumberOfConditions()

unsigned int LArConditionsContainer< LArShapeP2 >::totalNumberOfConditions
inherited

Statistics: total number of conditions.

◆ totalNumberOfCorrections()

unsigned int LArConditionsContainer< LArShapeP2 >::totalNumberOfCorrections
inherited

Statistics: total number of corrections.

◆ undoCorrBegin()

ConstCorrectionIt LArConditionsContainer< LArShapeP2 >::undoCorrBegin ( unsigned int  gain) const
inherited

get iterator over the Undo-Vector for a certain gain

◆ undoCorrections()

StatusCode LArConditionsContainer< LArShapeP2 >::undoCorrections
inherited

undo corrections that have been already applied

◆ undoCorrEnd()

ConstCorrectionIt LArConditionsContainer< LArShapeP2 >::undoCorrEnd ( unsigned int  gain) const
inherited

◆ updateConditionsMap()

StatusCode LArConditionsContainer< LArShapeP2 >::updateConditionsMap ( FebId  id,
unsigned int  gain,
ConditionsMap conditionsMap 
)
privateinherited

Update the ConditionsMap for a new FEB ID.

Member Data Documentation

◆ m_cached

GainMap LArConditionsContainer< LArShapeP2 >::m_cached
protectedinherited

Map indexed by gain providing pointers into the data in the CondMultChanCollection.


Definition at line 286 of file LArConditionsContainer.h.

◆ m_correctionsApplied

bool LArConditionsContainer< LArShapeP2 >::m_correctionsApplied
privateinherited

Definition at line 327 of file LArConditionsContainer.h.

◆ m_correctionsUndo

CorrectionVectors LArConditionsContainer< LArShapeP2 >::m_correctionsUndo
privateinherited

Definition at line 326 of file LArConditionsContainer.h.

◆ m_dummyCorrIt

ConstCorrectionIt LArConditionsContainer< LArShapeP2 >::m_dummyCorrIt
privateinherited

Dummy iterator (returned if requested for invalid gain)

Definition at line 291 of file LArConditionsContainer.h.

◆ m_empty

const std::vector< float > LArShapeComplete::m_empty
staticprivate

Definition at line 67 of file LArShapeComplete.h.

◆ m_emptyCorrectionVec

CorrectionVector LArConditionsContainer< LArShapeP2 >::m_emptyCorrectionVec
privateinherited

Definition at line 328 of file LArConditionsContainer.h.


The documentation for this class was generated from the following files:
LArConditionsContainer< LArShapeP2 >::setPdata
void setPdata(const HWIdentifier id, const LArShapeP2 &payload, unsigned int gain=0)
put payload in persistent data
LArShapeComplete::timeBinWidth
virtual float timeBinWidth(const HWIdentifier &CellID, int gain) const
Definition: LArShapeComplete.cxx:83
CaloCondBlobAlgs_fillNoiseFromASCII.gain
gain
Definition: CaloCondBlobAlgs_fillNoiseFromASCII.py:110
read_hist_ntuple.t
t
Definition: read_hist_ntuple.py:5
LArShapeComplete::m_empty
static const std::vector< float > m_empty
Definition: LArShapeComplete.h:67
LArShapeComplete::timeOffset
virtual float timeOffset(const HWIdentifier &CellID, int gain) const
Definition: LArShapeComplete.cxx:59
LArConditionsContainer< LArShapeP2 >::get
ConstReference get(const HWIdentifier id, unsigned int gain=0) const
get data with online identifier
LArShapeP2
c-struct reproducing the structure of the persistent data
Definition: LArShapeP2.h:21
LArConditionsContainer< LArShapeP2 >::ConstReference
Subset::ConstReference ConstReference
Definition: LArConditionsContainer.h:80