ViewVC Help
View File | Revision Log | Show Annotations | Root Listing
root/cvsroot/UserCode/cvega/RPCPlusHOLayer/src/classes.h
Revision: 1.1
Committed: Wed May 1 22:35:18 2013 UTC (12 years ago) by cvegaaco
Content type: text/plain
Branch: MAIN
CVS Tags: HEAD
Log Message:
0-version of RPC+HO Layer emulator

File Contents

# Content
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 }