![]() |
|
|||
File indexing completed on 2024-04-06 12:02:11
0001 #include "CondFormats/ESObjects/interface/ESThresholds.h" 0002 0003 ESThresholds::ESThresholds() { 0004 ts2_ = 0.; 0005 zs_ = 0.; 0006 } 0007 0008 ESThresholds::ESThresholds(const float& ts2, const float& zs) { 0009 ts2_ = ts2; 0010 zs_ = zs; 0011 } 0012 0013 ESThresholds::~ESThresholds() {}
[ Source navigation ] | [ Diff markup ] | [ Identifier search ] | [ general search ] |
This page was automatically generated by the 2.2.1 LXR engine. The LXR team |
![]() ![]() |