CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
List of all members | Public Member Functions
pos::PixelMaskOverrideBase Class Referenceabstract

This is the documentation about PixelMaskOverrideBase... More...

#include <PixelMaskOverrideBase.h>

Inheritance diagram for pos::PixelMaskOverrideBase:
pos::PixelConfigBase pos::PixelMaskOverride

Public Member Functions

virtual PixelROCMaskBits getMaskBits (int ROCId)=0
 
 PixelMaskOverrideBase (std::string description, std::string creator, std::string date)
 
virtual ~PixelMaskOverrideBase ()
 
- Public Member Functions inherited from pos::PixelConfigBase
std::string creator ()
 
std::string date ()
 
std::string description ()
 
std::string getAuthor () const
 
std::string getComment () const
 
 PixelConfigBase (std::string description, std::string creator, std::string date)
 
void setAuthor (std::string author)
 
void setComment (std::string comment)
 
virtual void writeASCII (std::string dir="") const =0
 
virtual void writeXML (std::ofstream *out, std::ofstream *out1, std::ofstream *out2) const
 
virtual void writeXML (pos::PixelConfigKey key, int version, std::string path) const
 
virtual void writeXML (std::ofstream *out) const
 
virtual void writeXMLHeader (pos::PixelConfigKey key, int version, std::string path, std::ofstream *out, std::ofstream *out1, std::ofstream *out2) const
 
virtual void writeXMLHeader (pos::PixelConfigKey key, int version, std::string path, std::ofstream *out) const
 
virtual void writeXMLTrailer (std::ofstream *out, std::ofstream *ou1, std::ofstream *out2) const
 
virtual void writeXMLTrailer (std::ofstream *out) const
 
virtual ~PixelConfigBase ()
 

Detailed Description

This is the documentation about PixelMaskOverrideBase...

" "

Definition at line 23 of file PixelMaskOverrideBase.h.

Constructor & Destructor Documentation

pos::PixelMaskOverrideBase::PixelMaskOverrideBase ( std::string  description,
std::string  creator,
std::string  date 
)
virtual pos::PixelMaskOverrideBase::~PixelMaskOverrideBase ( )
virtual

Member Function Documentation

virtual PixelROCMaskBits pos::PixelMaskOverrideBase::getMaskBits ( int  ROCId)
pure virtual

Implemented in pos::PixelMaskOverride.