/* * Collections.h * * Created on: 15-mag-2009 * Author: Nicola Mori */ /*! @file ACCuts.h This header contains the inclusion of all collections. */ #ifndef COLLECTIONS_H_ #define COLLECTIONS_H_ #include "BlindCutCollection/BlindCutCollection.h" #include "SmartBlindCollection/SmartBlindCollection.h" #include "SmartCollection/SmartCollection.h" #include "VerboseBlindCollection/VerboseBlindCollection.h" #include "VerboseCollection/VerboseCollection.h" #endif /* COLLECTIONS_H_ */