CMS 3D CMS Logo

List of all members | Public Member Functions | Private Attributes | Friends
pos::PixelTKFECParameters Class Reference

This class implements.. More...

#include "interface/PixelTKFECParameters.h"

Public Member Functions

unsigned int getAddress () const
 
unsigned int getCrate () const
 
std::string getTKFECID () const
 
std::string getType () const
 
 PixelTKFECParameters ()
 
void setAddress (unsigned int address)
 
void setCrate (unsigned int crate)
 
void setTKFECID (std::string TKFECID)
 
void setTKFECParameters (std::string TKFECID, unsigned int crate, std::string type, unsigned int address)
 
void setType (std::string type)
 
 ~PixelTKFECParameters ()
 

Private Attributes

unsigned int address_
 
unsigned int crate_
 
std::string TKFECID_
 
std::string type_
 

Friends

std::ostream & operator<< (std::ostream &s, const PixelTKFECParameters &pTKFECp)
 

Detailed Description

This class implements..

A longer explanation will be placed here later

Definition at line 20 of file PixelTKFECParameters.h.

Constructor & Destructor Documentation

◆ PixelTKFECParameters()

PixelTKFECParameters::PixelTKFECParameters ( )

Definition at line 6 of file PixelTKFECParameters.cc.

6  {
7  TKFECID_ = "";
8  crate_ = 0;
9  type_ = "";
10  address_ = 0;
11 }

References address_, crate_, TKFECID_, and type_.

◆ ~PixelTKFECParameters()

PixelTKFECParameters::~PixelTKFECParameters ( )

Definition at line 13 of file PixelTKFECParameters.cc.

13 {}

Member Function Documentation

◆ getAddress()

unsigned int PixelTKFECParameters::getAddress ( ) const

Definition at line 21 of file PixelTKFECParameters.cc.

21 { return address_; }

References address_.

◆ getCrate()

unsigned int PixelTKFECParameters::getCrate ( ) const

Definition at line 17 of file PixelTKFECParameters.cc.

17 { return crate_; }

References crate_.

◆ getTKFECID()

std::string PixelTKFECParameters::getTKFECID ( ) const

Definition at line 15 of file PixelTKFECParameters.cc.

15 { return TKFECID_; }

References TKFECID_.

◆ getType()

std::string PixelTKFECParameters::getType ( ) const

Definition at line 19 of file PixelTKFECParameters.cc.

19 { return type_; }

References type_.

◆ setAddress()

void PixelTKFECParameters::setAddress ( unsigned int  address)

Definition at line 39 of file PixelTKFECParameters.cc.

39 { address_ = address; }

References address_.

◆ setCrate()

void PixelTKFECParameters::setCrate ( unsigned int  crate)

Definition at line 35 of file PixelTKFECParameters.cc.

35 { crate_ = crate; }

References crate_.

◆ setTKFECID()

void PixelTKFECParameters::setTKFECID ( std::string  TKFECID)

Definition at line 33 of file PixelTKFECParameters.cc.

33 { TKFECID_ = TKFECID; }

References TKFECID_.

◆ setTKFECParameters()

void PixelTKFECParameters::setTKFECParameters ( std::string  TKFECID,
unsigned int  crate,
std::string  type,
unsigned int  address 
)

Definition at line 23 of file PixelTKFECParameters.cc.

26  {
27  TKFECID_ = TKFECID;
28  crate_ = crate;
29  type_ = type;
30  address_ = address;
31 }

References address_, crate_, TKFECID_, and type_.

◆ setType()

void PixelTKFECParameters::setType ( std::string  type)

Definition at line 37 of file PixelTKFECParameters.cc.

37 { type_ = type; }

References type_.

Friends And Related Function Documentation

◆ operator<<

std::ostream& operator<< ( std::ostream &  s,
const PixelTKFECParameters pTKFECp 
)
friend

Member Data Documentation

◆ address_

unsigned int pos::PixelTKFECParameters::address_
private

◆ crate_

unsigned int pos::PixelTKFECParameters::crate_
private

◆ TKFECID_

std::string pos::PixelTKFECParameters::TKFECID_
private

◆ type_

std::string pos::PixelTKFECParameters::type_
private
pos::PixelTKFECParameters::type_
std::string type_
Definition: PixelTKFECParameters.h:39
pos::PixelTKFECParameters::TKFECID_
std::string TKFECID_
Definition: PixelTKFECParameters.h:37
gainCalibHelper::gainCalibPI::type
type
Definition: SiPixelGainCalibHelper.h:39
pos::PixelTKFECParameters::crate_
unsigned int crate_
Definition: PixelTKFECParameters.h:38
pos::PixelTKFECParameters::address_
unsigned int address_
Definition: PixelTKFECParameters.h:40