Main Page
Class Categories
Classes
Namespaces
File List
File Members
exper-sw
cosmosw
AugerSW
Offline
source
main
Framework
CentralConfig
Md5Excludes.icc
Go to the documentation of this file.
1
// This file contains a list of configuration files which should
2
// NOT have their md5 fingerprints checked at run-time. This
3
// includes files whose contents are expected to change from run
4
// to run. If run in fatal mode, a fingerprint mismatch for any
5
// file NOT in this list will cause an exception throw. Framework
6
// developers are responsible for keeping this file updated.
7
8
void
9
fwk::CentralConfig::FillMd5Excludes
()
10
{
11
fMd5Excludes
.insert(
"RecDataLister"
);
12
fMd5Excludes
.insert(
"RecDataWriter"
);
13
fMd5Excludes
.insert(
"EventFileReader"
);
14
fMd5Excludes
.insert(
"EventFileExporter"
);
15
fMd5Excludes
.insert(
"ModuleSequence"
);
16
fMd5Excludes
.insert(
"ParticleInjector"
);
17
fMd5Excludes
.insert(
"EventGenerator"
);
18
fMd5Excludes
.insert(
"EventGenerator"
);
19
fMd5Excludes
.insert(
"SOverride"
);
20
}
fwk::CentralConfig::FillMd5Excludes
void FillMd5Excludes()
Definition:
Md5Excludes.icc:9
fwk::CentralConfig::fMd5Excludes
std::set< std::string > fMd5Excludes
Definition:
CentralConfig.h:137
, generated on Tue Sep 26 2023.