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

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

#include <LArShapeP2.h>

Collaboration diagram for LArConditionsSubsetTraits< LArShapeP2 >:

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 LArShapeP2.h.

Member Typedef Documentation

◆ ChannelVector

Definition at line 67 of file LArShapeP2.h.

◆ ChannelVectorPointer

Definition at line 69 of file LArShapeP2.h.

◆ ConstChannelVector

Definition at line 68 of file LArShapeP2.h.

◆ ConstPointer

Definition at line 66 of file LArShapeP2.h.

◆ ConstReference

Definition at line 64 of file LArShapeP2.h.

◆ FebId

typedef unsigned int LArConditionsSubsetTraits< LArShapeP2 >::FebId

Definition at line 62 of file LArShapeP2.h.

◆ FebPair

Definition at line 70 of file LArShapeP2.h.

◆ FebPairReference

Definition at line 71 of file LArShapeP2.h.

◆ Pointer

Definition at line 65 of file LArShapeP2.h.

◆ Reference

Definition at line 63 of file LArShapeP2.h.

◆ SubsetVector

Definition at line 72 of file LArShapeP2.h.

Member Function Documentation

◆ copySubset()

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

Definition at line 81 of file LArShapeP2.h.

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

◆ empty()

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

Definition at line 74 of file LArShapeP2.h.

75  {
76  return ConstReference();
77  }

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