Policies.h
Go to the documentation of this file.
1 /**
2  * @file Policies.h
3  * @brief Collection of all the random seed assignment policies
4  * @author Gianluca Petrillo (petrillo@fnal.gov)
5  * @date 20150211
6  * @see SeedMaster.h
7  *
8  * No code in this files is directly serviceable.
9  * Documentation is up to date though.
10  */
11 
12 #ifndef NUTOOLS_RANDOMUTILS_PROVIDERS_POLICIES_H
13 #define NUTOOLS_RANDOMUTILS_PROVIDERS_POLICIES_H 1
14 
15 // including all the policy definitions:
16 #include "nutools/RandomUtils/Providers/StandardPolicies.h"
17 #include "nutools/RandomUtils/Providers/RandomPolicy.h"
18 #include "nutools/RandomUtils/Providers/PerEventPolicy.h"
19 
20 
21 #endif // NUTOOLS_RANDOMUTILS_PROVIDERS_POLICIES_H