CMS 3D CMS Logo

List of all members | Public Member Functions | Public Attributes | Private Member Functions | Friends
EcalPulseSymmCovariance Struct Reference

#include <EcalPulseSymmCovariances.h>

Public Member Functions

 EcalPulseSymmCovariance ()
 
float val (int i, int j) const
 

Public Attributes

float covval [EcalPulseShape::TEMPLATESAMPLES *(EcalPulseShape::TEMPLATESAMPLES+1)/2]
 

Private Member Functions

template<class Archive >
void serialize (Archive &ar, const unsigned int version)
 

Friends

class boost::serialization::access
 
template<typename CondSerializationT , typename Enabled >
struct cond::serialization::access
 

Detailed Description

Definition at line 9 of file EcalPulseSymmCovariances.h.

Constructor & Destructor Documentation

◆ EcalPulseSymmCovariance()

EcalPulseSymmCovariance::EcalPulseSymmCovariance ( )

Definition at line 3 of file EcalPulseSymmCovariances.cc.

3  {
5  for (int k = 0; k < N; ++k)
6  covval[k] = 0.;
7 }

References covval, dqmdumpme::k, N, and EcalPulseShape::TEMPLATESAMPLES.

Member Function Documentation

◆ serialize()

template<class Archive >
void EcalPulseSymmCovariance::serialize ( Archive &  ar,
const unsigned int  version 
)
private

◆ val()

float EcalPulseSymmCovariance::val ( int  i,
int  j 
) const
inline

Definition at line 15 of file EcalPulseSymmCovariances.h.

15  {
16  int k = -1;
17  if (j >= i)
19  else
21  return covval[k];
22  }

References covval, mps_fire::i, dqmiolumiharvest::j, dqmdumpme::k, and EcalPulseShape::TEMPLATESAMPLES.

Friends And Related Function Documentation

◆ boost::serialization::access

friend class boost::serialization::access
friend

Definition at line 24 of file EcalPulseSymmCovariances.h.

◆ cond::serialization::access

template<typename CondSerializationT , typename Enabled >
friend struct cond::serialization::access
friend

Definition at line 24 of file EcalPulseSymmCovariances.h.

Member Data Documentation

◆ covval

float EcalPulseSymmCovariance::covval[EcalPulseShape::TEMPLATESAMPLES *(EcalPulseShape::TEMPLATESAMPLES+1)/2]

Definition at line 13 of file EcalPulseSymmCovariances.h.

Referenced by EcalPulseSymmCovariance(), and val().

mps_fire.i
i
Definition: mps_fire.py:355
N
#define N
Definition: blowfish.cc:9
dqmdumpme.k
k
Definition: dqmdumpme.py:60
EcalPulseSymmCovariance::covval
float covval[EcalPulseShape::TEMPLATESAMPLES *(EcalPulseShape::TEMPLATESAMPLES+1)/2]
Definition: EcalPulseSymmCovariances.h:13
EcalPulseShape::TEMPLATESAMPLES
static const int TEMPLATESAMPLES
Definition: EcalPulseShapes.h:10
dqmiolumiharvest.j
j
Definition: dqmiolumiharvest.py:66