Page Menu
Home
HEPForge
Search
Configure Global Search
Log In
Files
F19251279
BinSummary.icc
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Award Token
Flag For Later
Size
602 B
Referenced Files
None
Subscribers
None
BinSummary.icc
View Options
namespace npstat {
template<typename Accumulator>
inline BinSummary::BinSummary(const Accumulator& acc)
: location_(0.0), rangeDown_(0.0), rangeUp_(0.0),
min_(DBL_MAX), max_(-DBL_MAX)
{
if (acc.count())
{
location_ = acc.location();
rangeDown_ = acc.rangeDown();
rangeUp_ = acc.rangeUp();
min_ = acc.min();
max_ = acc.max();
validateBinSummary("npstat::BinSummary converting constructor",
location_, rangeDown_, rangeUp_, min_, max_);
}
}
}
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Tue, Sep 30, 5:49 AM (1 d, 8 h)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
6560169
Default Alt Text
BinSummary.icc (602 B)
Attached To
Mode
rNPSTATSVN npstatsvn
Attached
Detach File
Event Timeline
Log In to Comment