~9marusia6/maus/beamlinesimulation

« back to all changes in this revision

Viewing changes to src/common_cpp/DataStructure/V1731.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:
159
159
    _max_pos = max_pos;
160
160
}
161
161
 
162
 
int V1731::GetTriggerTimeTag() const {
 
162
double V1731::GetTriggerTimeTag() const {
163
163
    return _trigger_time_tag;
164
164
}
165
165
 
166
 
void V1731::SetTriggerTimeTag(int trigger_time_tag) {
 
166
void V1731::SetTriggerTimeTag(double trigger_time_tag) {
167
167
    _trigger_time_tag = trigger_time_tag;
168
168
}
169
169