CMS 3D CMS Logo

Public Member Functions | Public Attributes

big::bigHeader Class Reference

#include <big.h>

List of all members.

Public Member Functions

 bigHeader ()
void fill (const std::string &atitle)

Public Attributes

float fluence
 radiation fluence in n_eq/cm^2
int ID
 template ID number
int NBxx
 number of Barrel x entries in each slice
int NBy
 number of Barrel y entries
int NByx
 number of Barrel y-slices of x entries
int NFxx
 number of FPix x entries in each slice
int NFy
 number of FPix y entries
int NFyx
 number of FPix y-slices of x entries
float qscale
 Charge scaling to match cmssw and pixelav.
float s50
 1/2 of the readout threshold in ADC units
float temperature
 detector temperature in deg K
int templ_version
 Version number of the template to ensure code compatibility.
std::string title
 data members
float vbias
 detector bias potential in Volts

Detailed Description

Definition at line 74 of file big.h.


Constructor & Destructor Documentation

big::bigHeader::bigHeader ( ) [inline]

Definition at line 76 of file big.h.

:title(""){}

Member Function Documentation

void big::bigHeader::fill ( const std::string &  atitle)

Definition at line 79 of file big.cc.

References indexGen::title.

Referenced by big::fill().

                                          {
  title=std::string("atitle");
  ID=0; 
  NBy=1; 
  NByx=2; 
  NBxx=3; 
  NFy=4; 
  NFyx=5;
  NFxx=6;
  vbias=0.1; 
  temperature=0.2;
  fluence=0.3;
  qscale=0.4;
  s50=0.5;
  templ_version=1;
}

Member Data Documentation

radiation fluence in n_eq/cm^2

Definition at line 89 of file big.h.

template ID number

Definition at line 80 of file big.h.

number of Barrel x entries in each slice

Definition at line 83 of file big.h.

number of Barrel y entries

Definition at line 81 of file big.h.

number of Barrel y-slices of x entries

Definition at line 82 of file big.h.

number of FPix x entries in each slice

Definition at line 86 of file big.h.

number of FPix y entries

Definition at line 84 of file big.h.

number of FPix y-slices of x entries

Definition at line 85 of file big.h.

Charge scaling to match cmssw and pixelav.

Definition at line 90 of file big.h.

1/2 of the readout threshold in ADC units

Definition at line 91 of file big.h.

detector temperature in deg K

Definition at line 88 of file big.h.

Version number of the template to ensure code compatibility.

Definition at line 92 of file big.h.

std::string big::bigHeader::title

data members

template title

Definition at line 79 of file big.h.

detector bias potential in Volts

Definition at line 87 of file big.h.