Main Page
Namespaces
Classes
Package Documentation
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Properties
Friends
Macros
Pages
src
Fireworks
Core
interface
FWSimpleRepresentationChecker.h
Go to the documentation of this file.
1
#ifndef Fireworks_Core_FWSimpleRepresentationChecker_h
2
#define Fireworks_Core_FWSimpleRepresentationChecker_h
3
// -*- C++ -*-
4
//
5
// Package: Core
6
// Class : FWSimpleRepresentationChecker
7
//
16
//
17
// Original Author: Chris Jones
18
// Created: Tue Nov 25 10:54:22 EST 2008
19
// $Id: FWSimpleRepresentationChecker.h,v 1.5 2012/08/03 18:20:27 wmtan Exp $
20
//
21
22
// system include files
23
#include "
FWCore/Utilities/interface/TypeWithDict.h
"
24
25
// user include files
26
#include "
Fireworks/Core/interface/FWRepresentationCheckerBase.h
"
27
28
// forward declarations
29
30
class
FWSimpleRepresentationChecker
:
public
FWRepresentationCheckerBase
{
31
32
public
:
33
FWSimpleRepresentationChecker
(
const
std::string
& iTypeidName,
34
const
std::string
& iPurpose,
35
unsigned
int
iBitPackedViews,
36
bool
iRepresentsSubPart);
37
virtual
~FWSimpleRepresentationChecker
();
38
39
// ---------- const member functions ---------------------
40
virtual
FWRepresentationInfo
infoFor
(
const
std::string
& iTypeName)
const
;
41
42
// ---------- static member functions --------------------
43
44
// ---------- member functions ---------------------------
45
46
private
:
47
FWSimpleRepresentationChecker
(
const
FWSimpleRepresentationChecker
&);
// stop default
48
49
const
FWSimpleRepresentationChecker
&
operator=
(
const
FWSimpleRepresentationChecker
&);
// stop default
50
51
// ---------- member data --------------------------------
52
const
std::string
m_typeidName
;
53
};
54
55
56
#endif
FWSimpleRepresentationChecker::infoFor
virtual FWRepresentationInfo infoFor(const std::string &iTypeName) const
Definition:
FWSimpleRepresentationChecker.cc:96
FWSimpleRepresentationChecker::FWSimpleRepresentationChecker
FWSimpleRepresentationChecker(const std::string &iTypeidName, const std::string &iPurpose, unsigned int iBitPackedViews, bool iRepresentsSubPart)
Definition:
FWSimpleRepresentationChecker.cc:38
FWSimpleRepresentationChecker::operator=
const FWSimpleRepresentationChecker & operator=(const FWSimpleRepresentationChecker &)
FWRepresentationInfo
Definition:
FWRepresentationInfo.h:29
FWRepresentationCheckerBase.h
AlCaHLTBitMon_QueryRunRegistry.string
string string
Definition:
AlCaHLTBitMon_QueryRunRegistry.py:255
TypeWithDict.h
FWSimpleRepresentationChecker
Definition:
FWSimpleRepresentationChecker.h:30
FWSimpleRepresentationChecker::m_typeidName
const std::string m_typeidName
Definition:
FWSimpleRepresentationChecker.h:52
FWRepresentationCheckerBase
Definition:
FWRepresentationCheckerBase.h:29
FWSimpleRepresentationChecker::~FWSimpleRepresentationChecker
virtual ~FWSimpleRepresentationChecker()
Definition:
FWSimpleRepresentationChecker.cc:52
Generated for CMSSW Reference Manual by
1.8.5