#ifndef SR_H_INCLUDED #define SR_H_INCLUDED #include double sr(const std::vector& bins); #endif // SR_H_INCLUDED