CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
List of all members | Public Types | Public Member Functions | Private Member Functions | Private Attributes
popcon::SiStripPopConHandlerUnitTestNoise< T > Class Template Reference

#include <SiStripPopConHandlerUnitTestNoise.h>

Inheritance diagram for popcon::SiStripPopConHandlerUnitTestNoise< T >:
popcon::PopConSourceHandler< T >

Public Types

enum  DataType {
  UNDEFINED =0, _Cabling =1, _Pedestal =2, _Noise =3,
  _Threshold =4, _BadStrip =5, _Gain =6
}
 
- Public Types inherited from popcon::PopConSourceHandler< T >
typedef std::vector< TripletContainer
 
typedef std::vector< std::pair
< T *, cond::Time_t > > 
OldContainer
 
typedef PopConSourceHandler< Tself
 
typedef cond::Summary Summary
 
typedef cond::Time_t Time_t
 
typedef T value_type
 

Public Member Functions

void getNewObjects ()
 
std::string id () const
 
 SiStripPopConHandlerUnitTestNoise (const edm::ParameterSet &pset)
 
 ~SiStripPopConHandlerUnitTestNoise ()
 
- Public Member Functions inherited from popcon::PopConSourceHandler< T >
void convertFromOld ()
 
SummarydummySummary (typename OldContainer::value_type const &) const
 
void initialize (const cond::persistency::Session &dbSession, cond::TagInfo_t const &tagInfo, cond::LogDBEntry_t const &logDBEntry)
 
Ref lastPayload () const
 
cond::LogDBEntry_t const & logDBEntry () const
 
std::pair< Container const
*, std::string const > 
operator() (const cond::persistency::Session &session, cond::TagInfo_t const &tagInfo, cond::LogDBEntry_t const &logDBEntry) const
 
 PopConSourceHandler ()
 
Container const & returnData ()
 
void sort ()
 
cond::TagInfo_t const & tagInfo () const
 
std::string const & userTextLog () const
 
virtual ~PopConSourceHandler ()
 

Private Member Functions

void fillObject (T *&obj)
 
DataType getDataType ()
 
bool isTransferNeeded ()
 
void setForTransfer ()
 

Private Attributes

edm::Service
< SiStripCondObjBuilderFromDb
condObjBuilder
 
bool m_debugMode
 
std::string m_name
 
unsigned long long m_since
 

Additional Inherited Members

- Protected Member Functions inherited from popcon::PopConSourceHandler< T >
int add (value_type *payload, Summary *summary, Time_t time)
 
- Protected Attributes inherited from popcon::PopConSourceHandler< T >
OldContainer m_to_transfer
 
std::string m_userTextLog
 

Detailed Description

template<typename T>
class popcon::SiStripPopConHandlerUnitTestNoise< T >

Definition at line 35 of file SiStripPopConHandlerUnitTestNoise.h.

Member Enumeration Documentation

Enumerator
UNDEFINED 
_Cabling 
_Pedestal 
_Noise 
_Threshold 
_BadStrip 
_Gain 

Definition at line 38 of file SiStripPopConHandlerUnitTestNoise.h.

Constructor & Destructor Documentation

Definition at line 42 of file SiStripPopConHandlerUnitTestNoise.h.

Definition at line 49 of file SiStripPopConHandlerUnitTestNoise.h.

Member Function Documentation

template<typename T >
void popcon::SiStripPopConHandlerUnitTestNoise< T >::fillObject ( T *&  obj)
inlineprivate

Definition at line 177 of file SiStripPopConHandlerUnitTestNoise.h.

template<typename T >
DataType popcon::SiStripPopConHandlerUnitTestNoise< T >::getDataType ( )
inlineprivate

Definition at line 99 of file SiStripPopConHandlerUnitTestNoise.h.

template<typename T >
void popcon::SiStripPopConHandlerUnitTestNoise< T >::getNewObjects ( )
inlinevirtual
template<typename T >
std::string popcon::SiStripPopConHandlerUnitTestNoise< T >::id ( void  ) const
inlinevirtual
template<typename T >
bool popcon::SiStripPopConHandlerUnitTestNoise< T >::isTransferNeeded ( )
inlineprivate

Definition at line 112 of file SiStripPopConHandlerUnitTestNoise.h.

template<typename T >
void popcon::SiStripPopConHandlerUnitTestNoise< T >::setForTransfer ( )
inlineprivate

Definition at line 147 of file SiStripPopConHandlerUnitTestNoise.h.

Member Data Documentation

template<typename T >
edm::Service<SiStripCondObjBuilderFromDb> popcon::SiStripPopConHandlerUnitTestNoise< T >::condObjBuilder
private

Definition at line 174 of file SiStripPopConHandlerUnitTestNoise.h.

template<typename T >
bool popcon::SiStripPopConHandlerUnitTestNoise< T >::m_debugMode
private

Definition at line 173 of file SiStripPopConHandlerUnitTestNoise.h.

template<typename T >
std::string popcon::SiStripPopConHandlerUnitTestNoise< T >::m_name
private

Definition at line 171 of file SiStripPopConHandlerUnitTestNoise.h.

template<typename T >
unsigned long long popcon::SiStripPopConHandlerUnitTestNoise< T >::m_since
private

Definition at line 172 of file SiStripPopConHandlerUnitTestNoise.h.