#include <iostream>
#include <cstdlib>
#include <cstdint>
#include <bitset>
#include <string>
#include "UCTRegion.hh"
#include "UCTGeometry.hh"
#include "UCTLogging.hh"
#include "UCTTower.hh"
Go to the source code of this file.
Functions | |
uint32_t | getHitTowerLocation (uint32_t *et) |
std::ostream & | operator<< (std::ostream &os, const UCTRegion &r) |
bool | vetoBit (bitset< 4 > etaPattern, bitset< 4 > phiPattern) |
Variables | |
const float | activityFraction = 0.125 |
const float | ecalActivityFraction = 0.25 |
const float | miscActivityFraction = 0.25 |
uint32_t getHitTowerLocation | ( | uint32_t * | et | ) |
Definition at line 53 of file UCTRegion.cc.
std::ostream& operator<< | ( | std::ostream & | os, |
const UCTRegion & | r | ||
) |
Definition at line 277 of file UCTRegion.cc.
References TauDecayModes::dec.
bool vetoBit | ( | bitset< 4 > | etaPattern, |
bitset< 4 > | phiPattern | ||
) |
Definition at line 29 of file UCTRegion.cc.
const float activityFraction = 0.125 |
Definition at line 25 of file UCTRegion.cc.
const float ecalActivityFraction = 0.25 |
Definition at line 26 of file UCTRegion.cc.
const float miscActivityFraction = 0.25 |
Definition at line 27 of file UCTRegion.cc.