ATLAS Offline Software
Public Types | Static Public Member Functions | List of all members
LArConditionsSubsetTraits< LArOFCP1 > Class Reference

When storing these data in a LArConditionsSubset, use LArCompactSubset. More...

#include <LArOFCP1.h>

Collaboration diagram for LArConditionsSubsetTraits< LArOFCP1 >:

Public Types

typedef unsigned int FebId
 
typedef LArCompactSubsetChannelProxy Reference
 
typedef LArCompactSubsetConstChannelProxy ConstReference
 
typedef LArCompactSubsetChannelPointer Pointer
 
typedef LArCompactSubsetChannelPointer ConstPointer
 
typedef LArCompactSubsetChannelVector ChannelVector
 
typedef LArCompactSubsetConstChannelVector ConstChannelVector
 
typedef LArCompactSubsetChannelVectorPointer ChannelVectorPointer
 
typedef LArCompactSubsetFebPair FebPair
 
typedef FebPair FebPairReference
 
typedef LArCompactSubsetVector SubsetVector
 

Static Public Member Functions

static ConstReference empty ()
 
template<class OTHERIT , class COPIER >
static void copySubset (OTHERIT otherBeg, OTHERIT otherEnd, SubsetVector &to, COPIER copier)
 

Detailed Description

When storing these data in a LArConditionsSubset, use LArCompactSubset.

Definition at line 59 of file LArOFCP1.h.

Member Typedef Documentation

◆ ChannelVector

Definition at line 67 of file LArOFCP1.h.

◆ ChannelVectorPointer

Definition at line 69 of file LArOFCP1.h.

◆ ConstChannelVector

Definition at line 68 of file LArOFCP1.h.

◆ ConstPointer

Definition at line 66 of file LArOFCP1.h.

◆ ConstReference

Definition at line 64 of file LArOFCP1.h.

◆ FebId

typedef unsigned int LArConditionsSubsetTraits< LArOFCP1 >::FebId

Definition at line 62 of file LArOFCP1.h.

◆ FebPair

Definition at line 70 of file LArOFCP1.h.

◆ FebPairReference

Definition at line 71 of file LArOFCP1.h.

◆ Pointer

Definition at line 65 of file LArOFCP1.h.

◆ Reference

Definition at line 63 of file LArOFCP1.h.

◆ SubsetVector

Definition at line 72 of file LArOFCP1.h.

Member Function Documentation

◆ copySubset()

template<class OTHERIT , class COPIER >
static void LArConditionsSubsetTraits< LArOFCP1 >::copySubset ( OTHERIT  otherBeg,
OTHERIT  otherEnd,
SubsetVector to,
COPIER  copier 
)
inlinestatic

Definition at line 81 of file LArOFCP1.h.

85  {
86  SubsetVector::copySubset<LArOFCP1> (otherBeg, otherEnd,
87  to, copier);
88  }

◆ empty()

static ConstReference LArConditionsSubsetTraits< LArOFCP1 >::empty ( )
inlinestatic

Definition at line 74 of file LArOFCP1.h.

75  {
76  return ConstReference();
77  }

The documentation for this class was generated from the following file:
LArConditionsSubsetTraits< LArOFCP1 >::ConstReference
LArCompactSubsetConstChannelProxy ConstReference
Definition: LArOFCP1.h:64
CxxUtils::to
CONT to(RANGE &&r)
Definition: ranges.h:32