1 |
pam-fi |
1.1 |
/* |
2 |
|
|
* Collections.h |
3 |
|
|
* |
4 |
|
|
* Created on: 15-mag-2009 |
5 |
|
|
* Author: Nicola Mori |
6 |
|
|
*/ |
7 |
|
|
|
8 |
|
|
/*! @file ACCuts.h This header contains the inclusion of all collections. */ |
9 |
|
|
|
10 |
|
|
#ifndef COLLECTIONS_H_ |
11 |
|
|
#define COLLECTIONS_H_ |
12 |
|
|
|
13 |
pam-fi |
1.6 |
#include "BinnedEffCollection/BinnedEffCollection.h" |
14 |
pam-fi |
1.1 |
#include "BlindCutCollection/BlindCutCollection.h" |
15 |
pam-fi |
1.3 |
#include "EffCollection/EffCollection.h" |
16 |
pam-fi |
1.7 |
#include "EffBetaCollection/EffBetaCollection.h" |
17 |
pam-fi |
1.6 |
#include "EffBetaToRigCollection/EffBetaToRigCollection.h" |
18 |
pam-fi |
1.4 |
#include "EffRigCollection/EffRigCollection.h" |
19 |
pam-fi |
1.7 |
#include "MaskedCollection/MaskedCollection.h" |
20 |
pam-fi |
1.2 |
#include "SmartBlindCollection/SmartBlindCollection.h" |
21 |
pam-fi |
1.1 |
#include "SmartCollection/SmartCollection.h" |
22 |
pam-fi |
1.2 |
#include "VerboseBlindCollection/VerboseBlindCollection.h" |
23 |
|
|
#include "VerboseCollection/VerboseCollection.h" |
24 |
pam-mep |
1.5 |
#include "LiveTimeCollection/LiveTimeCollection.h" |
25 |
pam-fi |
1.1 |
|
26 |
|
|
#endif /* COLLECTIONS_H_ */ |