test
Main Page
Namespaces
Classes
Package Documentation
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Properties
Friends
Macros
Pages
FWCore
Sources
interface
VectorInputSourceDescription.h
Go to the documentation of this file.
1
#ifndef FWCore_Sources_VectorInputSourceDescription_h
2
#define FWCore_Sources_VectorInputSourceDescription_h
3
4
/*----------------------------------------------------------------------
5
6
VectorInputSourceDescription : the stuff that is needed to configure
7
a VectorinputSource that does not come in through the ParameterSet
8
----------------------------------------------------------------------*/
9
10
#include "
FWCore/Framework/src/PreallocationConfiguration.h
"
11
12
#include <memory>
13
14
namespace
edm {
15
class
PreallocationConfiguration;
16
class
ProductRegistry;
17
18
struct
VectorInputSourceDescription
{
19
VectorInputSourceDescription
() :
20
productRegistry_
(
nullptr
) {
21
}
22
23
VectorInputSourceDescription
(std::shared_ptr<ProductRegistry>
preg
,
PreallocationConfiguration
const
& allocations) :
24
productRegistry_
(preg),
allocations_
(&allocations) {
25
}
26
27
std::shared_ptr<ProductRegistry>
productRegistry_
;
28
PreallocationConfiguration
const
*
allocations_
;
29
};
30
}
31
32
#endif
edm::VectorInputSourceDescription::allocations_
PreallocationConfiguration const * allocations_
Definition:
VectorInputSourceDescription.h:28
edm::VectorInputSourceDescription::VectorInputSourceDescription
VectorInputSourceDescription(std::shared_ptr< ProductRegistry > preg, PreallocationConfiguration const &allocations)
Definition:
VectorInputSourceDescription.h:23
edm::VectorInputSourceDescription
Definition:
VectorInputSourceDescription.h:18
nullptr
#define nullptr
edm::VectorInputSourceDescription::VectorInputSourceDescription
VectorInputSourceDescription()
Definition:
VectorInputSourceDescription.h:19
edm::VectorInputSourceDescription::productRegistry_
std::shared_ptr< ProductRegistry > productRegistry_
Definition:
VectorInputSourceDescription.h:27
PreallocationConfiguration.h
edm::PreallocationConfiguration
Definition:
PreallocationConfiguration.h:27
edm::preg
preg
Definition:
Schedule.cc:369
Generated for CMSSW Reference Manual by
1.8.5