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