ATLAS Offline Software
Loading...
Searching...
No Matches
LArBadChannelParser.cxx File Reference
#include "LArRecConditions/LArBadChannelParser.h"
#include <sstream>
#include <algorithm>
Include dependency graph for LArBadChannelParser.cxx:

Go to the source code of this file.

Functions

int upper (int c)

Function Documentation

◆ upper()

int upper ( int c)

Definition at line 49 of file LArBadChannelParser.cxx.

49 {
50 return std::toupper((unsigned char)c);
51}