#include <iostream>
#include "FWCore/Utilities/interface/Exception.h"
#include "CondFormats/CastorObjects/interface/CastorQIEData.h"
#include "DataFormats/HcalDetId/interface/HcalGenericDetId.h"
Go to the source code of this file.
Functions | |
std::vector< CastorQIECoder > ::const_iterator | find (const std::vector< CastorQIECoder > &container, unsigned long id) |
int | index (int fCapId, int Range) |
Variables | |
CastorQIEShape | shape_ |
std::vector<CastorQIECoder>::const_iterator @2041::find | ( | const std::vector< CastorQIECoder > & | container, | |
unsigned long | id | |||
) | [static] |
Definition at line 26 of file CastorQIEData.cc.
References HLT_VtxMuL3::result.
00026 { 00027 std::vector<CastorQIECoder>::const_iterator result = container.begin (); 00028 for (; result != container.end (); result++) { 00029 if (result->rawId () == id) break; // found 00030 } 00031 return result; 00032 }
CastorQIEShape shape_ [static] |