~9marusia6/maus/beamlinesimulation

« back to all changes in this revision

Viewing changes to src/common_cpp/DataStructure/V1724.cc

  • Committer: justinchristensen at berkeley
  • Date: 2012-06-08 08:47:52 UTC
  • mfrom: (669.1.1 release)
  • Revision ID: justinchristensen@berkeley.edu-20120608084752-5x3f3rzflhhcewwi
new version

Show diffs side-by-side

added added

removed removed

Lines of Context:
114
114
    _channel_key = channel_key;
115
115
}
116
116
 
117
 
int V1724::GetTriggerTimeTag() const {
 
117
double V1724::GetTriggerTimeTag() const {
118
118
    return _trigger_time_tag;
119
119
}
120
120
 
121
 
void V1724::SetTriggerTimeTag(int trigger_time_tag) {
 
121
void V1724::SetTriggerTimeTag(double trigger_time_tag) {
122
122
    _trigger_time_tag = trigger_time_tag;
123
123
}
124
124