1 |
cvegaaco |
1.1 |
/*
|
2 |
|
|
* =====================================================================================
|
3 |
|
|
*
|
4 |
|
|
* Description: Define dataformats for the RPCPlusHO
|
5 |
|
|
*
|
6 |
|
|
* Author: Cristian Vega
|
7 |
|
|
* Company: FIT
|
8 |
|
|
*
|
9 |
|
|
* =====================================================================================
|
10 |
|
|
*/
|
11 |
|
|
|
12 |
|
|
#include "../interface/HORPCCandidate.h"
|
13 |
|
|
|
14 |
|
|
namespace {
|
15 |
|
|
|
16 |
|
|
HORPCCandidate dummytDictC;
|
17 |
|
|
std::vector<HORPCCandidate> dummyHORPCCandCollection;
|
18 |
|
|
edm::Wrapper<std::vector<HORPCCandidate> > dummyHORPCCandCollectionWrapper;
|
19 |
|
|
|
20 |
|
|
std::map<std::string, float> dummyMap;
|
21 |
|
|
|
22 |
|
|
}
|