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
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 }
std::set< std::string > fMd5Excludes

, generated on Tue Sep 26 2023.